You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +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 default_storage_engine=ColumnStore;
|
||||
|
||||
--disable_query_log
|
||||
--disable_warnings
|
||||
DROP TABLE IF EXISTS t1;
|
||||
--enable_warnings
|
||||
--enable_query_log
|
||||
|
||||
--echo #
|
||||
--echo # MDEV-15664 sql_mode=ORACLE: Make TRIM return NULL instead of empty string
|
||||
--echo #
|
||||
|
Reference in New Issue
Block a user