mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-35079 Migrate MySQL5.7 to MariaDB 10.4, then to MariaDB 10.11 Failed
correctly detect when partitioning is disabled
This commit is contained in:
13
mysql-test/main/mysql57nopart.result
Normal file
13
mysql-test/main/mysql57nopart.result
Normal file
@ -0,0 +1,13 @@
|
||||
#
|
||||
# MDEV-35079 Migrate MySQL5.7 to MariaDB 10.4, then to MariaDB 10.11 Failed
|
||||
#
|
||||
select table_name, concat('<',table_comment,'>') from information_schema.tables
|
||||
where table_schema='test';
|
||||
table_name concat('<',table_comment,'>')
|
||||
mysql57part <The MariaDB server is running with the --skip-partition option so it cannot execute this statement>
|
||||
Warnings:
|
||||
Warning 1290 The MariaDB server is running with the --skip-partition option so it cannot execute this statement
|
||||
drop table mysql57part;
|
||||
Warnings:
|
||||
Warning 1932 Table 'test.mysql57part' doesn't exist in engine
|
||||
# End of 10.11 tests
|
Reference in New Issue
Block a user