mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
parent
daed558b2c
commit
d7fd76456e
1 changed files with 4 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
|||
--source include/have_debug.inc
|
||||
|
||||
--let $datadir=`select @@datadir`
|
||||
|
||||
create table t1 (a int);
|
||||
show create table t1;
|
||||
|
||||
|
|
@ -38,9 +40,10 @@ drop table t1, t2, t3, t4;
|
|||
--echo #
|
||||
create table t1 (x int) with system versioning;
|
||||
set debug_dbug='+d,error_vers_wrong_type';
|
||||
--replace_result $MYSQLTEST_VARDIR . master-data// '' '\\' '/'
|
||||
--replace_result $datadir ./
|
||||
--error ER_NOT_FORM_FILE
|
||||
show create table t1;
|
||||
--replace_result $datadir ./
|
||||
show warnings;
|
||||
drop table t1;
|
||||
set global debug_dbug=@old_dbug;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue