You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mysql-test/r/mix2_myisam.result
+2-2
Original file line number
Diff line number
Diff line change
@@ -965,8 +965,8 @@ SET sql_mode = default;
965
965
create table t1 (id int unsigned not null auto_increment, code tinyint unsigned not null, name char(20) not null, primary key (id), key (code), unique (name)) engine=MyISAM;
966
966
BEGIN;
967
967
SET SESSION TRANSACTION ISOLATION LEVEL SERIALIZABLE;
0 commit comments