mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
generalize the error message
This commit is contained in:
@ -5,7 +5,7 @@ t1 CREATE TABLE `t1` (
|
||||
`a` int(11) DEFAULT NULL
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1
|
||||
create temporary table tt1 (a int) with system versioning;
|
||||
ERROR HY000: TEMPORARY tables do not support system versioning
|
||||
ERROR HY000: System-versioned tables do not support CREATE TEMPORARY TABLE
|
||||
set @old_dbug=@@global.debug_dbug;
|
||||
set global debug_dbug='+d,sysvers_force';
|
||||
create table t2 (a int);
|
||||
|
Reference in New Issue
Block a user