mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
test made independend of server builtin features
This commit is contained in:
@ -26,7 +26,7 @@ connection master;
|
||||
drop table t1;
|
||||
|
||||
set @@session.auto_increment_increment=100, @@session.auto_increment_offset=10;
|
||||
show variables like "%auto%";
|
||||
show variables like "%auto_inc%";
|
||||
|
||||
create table t1 (a int not null auto_increment, primary key (a)) engine=myisam;
|
||||
# Insert with 2 insert statements to get better testing of logging
|
||||
|
Reference in New Issue
Block a user