mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
bump the VERSION to 10.1.6 and related changes
fix two #if MYSQL_VERSION_ID > 100105
This commit is contained in:
@ -634,7 +634,7 @@ ERROR 42S02: Table 'test.bug29807' doesn't exist in engine
|
||||
drop table t1;
|
||||
drop table bug29807;
|
||||
Warnings:
|
||||
Warning 155 Table 'test.bug29807' doesn't exist in engine
|
||||
Warning 1932 Table 'test.bug29807' doesn't exist in engine
|
||||
CREATE TABLE t1 (a INT) ENGINE=InnoDB;
|
||||
CREATE TABLE t2 (a INT) ENGINE=InnoDB;
|
||||
switch to connection c1
|
||||
|
Reference in New Issue
Block a user