Fix test_qc_comparecreate
This commit is contained in:
@ -20,6 +20,7 @@
|
|||||||
#include <set>
|
#include <set>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
#include <my_config.h>
|
||||||
#include <maxscale/paths.h>
|
#include <maxscale/paths.h>
|
||||||
#include <maxscale/log.hh>
|
#include <maxscale/log.hh>
|
||||||
#include <maxscale/protocol/mysql.hh>
|
#include <maxscale/protocol/mysql.hh>
|
||||||
|
|||||||
@ -981,7 +981,8 @@ set names utf8;
|
|||||||
# MXS: qc_get_type : ERR: QUERY_TYPE_WRITE != QUERY_TYPE_WRITE|QUERY_TYPE_COMMIT
|
# MXS: qc_get_type : ERR: QUERY_TYPE_WRITE != QUERY_TYPE_WRITE|QUERY_TYPE_COMMIT
|
||||||
# MXS: qc_get_operation : ERR: QUERY_OP_UNDEFINED != QUERY_OP_CREATE
|
# MXS: qc_get_operation : ERR: QUERY_OP_UNDEFINED != QUERY_OP_CREATE
|
||||||
# MXS: qc_mysqlembedded sees the type as SQLCOM_END when figuring out the type.
|
# MXS: qc_mysqlembedded sees the type as SQLCOM_END when figuring out the type.
|
||||||
use имя_базы_в_кодировке_утф8_длиной_больше_чем_45;
|
# MXS: use имя_базы_в_кодировке_утф8_длиной_больше_чем_45;
|
||||||
|
# MXS: qc_get_database_names : ERR: Ð != имя_базы_в_кодировке_утф8_длиной_больше_чем_45
|
||||||
select database();
|
select database();
|
||||||
use test;
|
use test;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user