5.5 merge

This commit is contained in:
Sergei Golubchik 2013-12-15 15:57:26 +01:00
commit 6bf10fac44
71 changed files with 584 additions and 182 deletions

View file

@ -23,7 +23,7 @@
int main (int argc, char **argv)
{
MYSQL conn;
int OK;
int OK __attribute__((unused));
const char* query4= "INSERT INTO federated.t1 SET Value=54";
const char* query5= "INSERT INTO federated.t1 SET Value=55";