mirror of
https://github.com/MariaDB/server.git
synced 2026-05-10 00:54:30 +02:00
Additional fix for wl#2506
mysql-test/extra/binlog_tests/ctype_cp932.test:
fixed test case
mysql-test/r/binlog_stm_ctype_cp932.result:
fixed test result
mysql-test/t/ctype_ucs.test:
fixed test case
sql/sql_show.cc:
Compilation with disabled partitioning is fixed
This commit is contained in:
parent
2c0f53d69c
commit
5df64b263c
4 changed files with 10 additions and 1 deletions
|
|
@ -434,3 +434,4 @@ insert into t1 values ('ab');
|
|||
select * from t1;
|
||||
insert into t1 values ('abc');
|
||||
select * from t1;
|
||||
drop table t1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue