Skip to content

Commit

Permalink
change admin.lua version to 'sharding-1.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
winkyao committed May 19, 2015
1 parent d9569c3 commit a04d1d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/admin.lua
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ function read_query(packet)
{ name = "version",
type = proxy.MYSQL_TYPE_STRING },
}
rows[#rows + 1] = { "2.2.1" }
rows[#rows + 1] = { "sharding-1.0.1" }
elseif string.find(query:lower(), "^select%s+*%s+from%s+help$") then
fields = {
{ name = "command",
Expand Down

0 comments on commit a04d1d2

Please sign in to comment.