1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

wording: don't prohibit

This commit is contained in:
Sergei Golubchik
2018-03-30 19:15:55 +02:00
parent 689f83d0ce
commit 041e9de6f8
5 changed files with 10 additions and 10 deletions

View File

@ -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: System versioning prohibited for TEMPORARY tables
ERROR HY000: TEMPORARY tables do not support system versioning
set @old_dbug=@@global.debug_dbug;
set global debug_dbug='+d,sysvers_force';
create table t2 (a int);