mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Bug#30322 Server crashes on selecting from i_s.columns when cluster is running -regression
disable partition processing if we open frm file only mysql-test/suite/ndb/r/ndb_dd_basic.result: test result mysql-test/suite/ndb/t/ndb_dd_basic.test: test case sql/table.cc: disable partition processing if we open frm file only
This commit is contained in:
@ -14,6 +14,12 @@
|
||||
|
||||
-- source include/have_ndb.inc
|
||||
|
||||
#
|
||||
# Bug#30322 Server crashes on selecting from i_s.columns when cluster is running -regression
|
||||
#
|
||||
--replace_column 1 #
|
||||
select count(*) from information_schema.columns;
|
||||
|
||||
--disable_warnings
|
||||
DROP TABLE IF EXISTS t1;
|
||||
--enable_warnings
|
||||
|
Reference in New Issue
Block a user