Details
-
Bug
-
Resolution: Fixed
-
Trivial
-
None
-
None
-
None
-
SVN Revision 3160
Description
Two statements (Line 2 and 3) does not have a ; at the end.
CREATE TABLE IF NOT EXISTS `loadbalancer_rservers` ...
CREATE TABLE IF NOT EXISTS ` ....
Fixed in #3169.