You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
Add drop table t1 to the test to avoid failure if previous test forget to drop it
This commit is contained in:
committed by
Leonid Fedorov
parent
5a709e11a5
commit
4fe2329213
@ -1,6 +1,12 @@
|
|||||||
SET sql_mode=ORACLE;
|
SET sql_mode=ORACLE;
|
||||||
SET default_storage_engine=ColumnStore;
|
SET default_storage_engine=ColumnStore;
|
||||||
|
|
||||||
|
--disable_query_log
|
||||||
|
--disable_warnings
|
||||||
|
DROP TABLE IF EXISTS t1;
|
||||||
|
--enable_warnings
|
||||||
|
--enable_query_log
|
||||||
|
|
||||||
--echo #
|
--echo #
|
||||||
--echo # MDEV-15664 sql_mode=ORACLE: Make TRIM return NULL instead of empty string
|
--echo # MDEV-15664 sql_mode=ORACLE: Make TRIM return NULL instead of empty string
|
||||||
--echo #
|
--echo #
|
||||||
|
Reference in New Issue
Block a user