Fix test_qc_comparecreate

This commit is contained in:
Johan Wikman 2019-05-14 15:44:49 +03:00
parent 0ee985758e
commit f4e9f68615
2 changed files with 3 additions and 1 deletions

View File

@ -20,6 +20,7 @@
#include <set>
#include <string>
#include <sstream>
#include <my_config.h>
#include <maxscale/paths.h>
#include <maxscale/log.hh>
#include <maxscale/protocol/mysql.hh>

View File

@ -981,7 +981,8 @@ set names utf8;
# 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_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();
use test;