-- 5.6.33 cmake . -DENABLE_DOWNLOADS=1 -DWITH_EMBEDDED_SERVER=1 -DCMAKE_INSTALL_PREFIX=/export/umesh/server/source/bugs/embeded make -j32 make install -- cd /export/umesh/server/source/bugs/embeded rm -rf data/ scripts/mysql_install_db --basedir=/export/umesh/server/source/bugs/embeded --datadir=/export/umesh/server/source/bugs/embeded/data -v -- bin/mysql_client_test_embedded --basedir=/export/umesh/server/source/bugs/embeded/ . ##################################### 57 of (1/1): test_multi_statements ##################################### [MySQL-5.6.33-embedded][1064] You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'CREATE TABLE test_multi_tab(id int, name char(20));INSERT INTO test_multi_tab(id' at line 1 Query 0: OK, 0 row(s) affected, 1 warning(s) Query 1: OK, 0 row(s) affected, 0 warning(s) Query 2: OK, 2 row(s) affected, 0 warning(s) Query 3: OK, 1 row(s) affected, 0 warning(s) Query 4: +------+--------------+ | id | name | +------+--------------+ | 10 | NULL | | 20 | NULL | | 20 | insert;comma | +------+--------------+ 3 rows returned Query 5: OK, 2 row(s) affected, 0 warning(s) Query 6: OK, 2 row(s) affected, 0 warning(s) Query 7: +------+------+ | id | name | +------+------+ | 10 | NULL | +------+------+ 1 row returned Query 8: OK, 1 row(s) affected, 0 warning(s) Query 9: +------+------+ | id | name | +------+------+ 0 rows returned Query 10: OK, 0 row(s) affected, 0 warning(s) Query 11: +---+ | 1 | +---+ | 1 | +---+ 1 row returned Query 12: OK, 0 row(s) affected, 1 warning(s) /export/umesh/server/source/bugs/mysql-5.6.33/tests/mysql_client_test.c:5454: check failed: 'rc == 0'