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/flush_read_lock.result
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1540,8 +1540,6 @@ alter table t1_temp drop column c1;
1540
1540
begin;
1541
1541
insert into t1_base values (1);
1542
1542
insert into t3_trans values (1);
1543
-
Warnings:
1544
-
Warning 6136 Combining the storage engines InnoDB and MyISAM is deprecated, but the statement or transaction updates both the InnoDB table test.t3_trans and the MyISAM table test.t1_base.
1545
1543
# Switching to connection 'con1'.
1546
1544
# The below FTWRL should not be blocked by transaction in 'default'.
Copy file name to clipboardExpand all lines: mysql-test/r/foreign_key_myisam.result
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -180,8 +180,6 @@ ALTER TABLE parent ENGINE=InnoDB;
180
180
ERROR HY000: Table 'child' was locked with a READ lock and can't be updated
181
181
UNLOCK TABLES;
182
182
LOCK TABLES child WRITE, parent WRITE;
183
-
Warnings:
184
-
Warning 6136 Combining the storage engines MyISAM and InnoDB is deprecated, but the statement or transaction updates both the MyISAM table test.parent and the InnoDB table test.child.
Copy file name to clipboardExpand all lines: mysql-test/r/lock_multi.result
-16Lines changed: 0 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -963,8 +963,6 @@ UNLOCK TABLES;
963
963
# 2.c) Blocks concurrent modifications to table
964
964
connection default;
965
965
LOCK TABLE t1 WRITE, t2 WRITE;
966
-
Warnings:
967
-
Warning 6136 Combining the storage engines InnoDB and MyISAM is deprecated, but the statement or transaction updates both the InnoDB table test.t2 and the MyISAM table test.t1.
968
966
connection con1;
969
967
# Sending:
970
968
INSERT INTO t1 VALUES (1);
@@ -2101,8 +2099,6 @@ i
2101
2099
1
2102
2100
connection default;
2103
2101
LOCK TABLE t8 WRITE;
2104
-
Warnings:
2105
-
Warning 6136 Combining the storage engines InnoDB and MyISAM is deprecated, but the statement or transaction updates both the InnoDB table test.t2 and the MyISAM table test.t8.
Warning 6136 Combining the storage engines InnoDB and MyISAM is deprecated, but the statement or transaction updates both the InnoDB table test.t2 and the MyISAM table test.t8.
2174
2168
UNLOCK TABLES;
2175
2169
#
2176
2170
# 7.c) Blocks concurrent modifications to table
2177
2171
connection default;
2178
2172
LOCK TABLE t7 WRITE, t8 WRITE;
2179
-
Warnings:
2180
-
Warning 6136 Combining the storage engines InnoDB and MyISAM is deprecated, but the statement or transaction updates both the InnoDB table test.t2 and the MyISAM table test.t7.
Warning 6136 Combining the storage engines InnoDB and MyISAM is deprecated, but the statement or transaction updates both the InnoDB table test.t2 and the MyISAM table test.t8.
2253
2243
UNLOCK TABLES;
2254
2244
connection default;
2255
2245
# Revert effects from INSERTs
@@ -2286,8 +2276,6 @@ connection default;
2286
2276
COMMIT;
2287
2277
connection con1;
2288
2278
# Reap LOCK TABLES WRITE
2289
-
Warnings:
2290
-
Warning 6136 Combining the storage engines InnoDB and MyISAM is deprecated, but the statement or transaction updates both the InnoDB table test.t2 and the MyISAM table test.t8.
2291
2279
UNLOCK TABLES;
2292
2280
connection default;
2293
2281
#
@@ -2317,8 +2305,6 @@ connection default;
2317
2305
COMMIT;
2318
2306
connection con1;
2319
2307
# Reap LOCK TABLES WRITE
2320
-
Warnings:
2321
-
Warning 6136 Combining the storage engines InnoDB and MyISAM is deprecated, but the statement or transaction updates both the InnoDB table test.t2 and the MyISAM table test.t8.
2322
2308
UNLOCK TABLES;
2323
2309
connection default;
2324
2310
# Revert effects from INSERTs
@@ -2340,8 +2326,6 @@ connection con1;
2340
2326
UNLOCK TABLES;
2341
2327
connection default;
2342
2328
LOCK TABLES t8 WRITE;
2343
-
Warnings:
2344
-
Warning 6136 Combining the storage engines InnoDB and MyISAM is deprecated, but the statement or transaction updates both the InnoDB table test.t2 and the MyISAM table test.t8.
Warning 6136 Combining the storage engines MEMORY and MyISAM is deprecated, but the statement or transaction updates both the MEMORY table test.t2 and the MyISAM table test.t1.
1184
1182
ROLLBACK;
1185
1183
Warnings:
1186
1184
Warning 1196 Some non-transactional changed tables couldn't be rolled back
@@ -1201,8 +1199,6 @@ create table t1 (a int not null auto_increment primary key, b int, c int, key(c)
1201
1199
create table t2 (a int not null auto_increment primary key, b int) ENGINE = MEMORY;
1202
1200
insert into t1 (b) values (null),(null),(null),(null),(null),(null),(null);
1203
1201
insert into t2 (a) select b from t1;
1204
-
Warnings:
1205
-
Warning 6136 Combining the storage engines MEMORY and MyISAM is deprecated, but the statement or transaction updates both the MEMORY table test.t2 and the MyISAM table test.t1.
Copy file name to clipboardExpand all lines: mysql-test/r/no_binlog_gtid_next_partially_failed_stmts.result
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -190,7 +190,6 @@ SET SESSION GTID_NEXT='MASTER_UUID:7';
190
190
OPTIMIZE TABLE t1, t_non_existent;
191
191
Table Op Msg_type Msg_text
192
192
test.t1 optimize status Table is already up to date
193
-
test.t_non_existent optimize Warning Combining the storage engines InnoDB and MyISAM is deprecated, but the statement or transaction updates both the InnoDB table mysql.gtid_executed and the MyISAM table test.t1.
test.t_non_existent optimize status Operation failed
196
195
#
@@ -231,7 +230,6 @@ SET SESSION GTID_NEXT='MASTER_UUID:9';
231
230
REPAIR TABLE t1, t_non_existent;
232
231
Table Op Msg_type Msg_text
233
232
test.t1 repair status OK
234
-
test.t_non_existent repair Warning Combining the storage engines InnoDB and MyISAM is deprecated, but the statement or transaction updates both the InnoDB table mysql.gtid_executed and the MyISAM table test.t1.
Copy file name to clipboardExpand all lines: mysql-test/r/partition_innodb_semi_consistent.result
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -103,8 +103,6 @@ SELECT * FROM t1;
103
103
a b
104
104
1 init+con1
105
105
# Switch to connection con2
106
-
Warnings:
107
-
Warning 6136 Combining the storage engines MyISAM and InnoDB is deprecated, but the statement or transaction updates both the MyISAM table test.t2 and the InnoDB table test.t1.
108
106
SELECT * FROM t1;
109
107
a b
110
108
1 init+con1+con2
@@ -132,8 +130,6 @@ SELECT * FROM t1;
132
130
a b
133
131
2 init+con1
134
132
# Switch to connection con2
135
-
Warnings:
136
-
Warning 6136 Combining the storage engines MyISAM and InnoDB is deprecated, but the statement or transaction updates both the MyISAM table test.t2 and the InnoDB table test.t1.
# from the set of locked tables. Metadata locks on both
25
25
# old and new table names are kept.
26
26
LOCK TABLES t1 WRITE, t2 WRITE, t0 WRITE;
27
-
Warnings:
28
-
Warning 6136 Combining the storage engines MyISAM and InnoDB is deprecated, but the statement or transaction updates both the MyISAM table test.t0 and the InnoDB table test.t1.
@@ -74,8 +72,6 @@ CREATE TABLE t1 (i INT) ENGINE=InnoDB;
74
72
CREATE TABLE t0 (l INT) ENGINE=MyISAM;
75
73
CREATE DATABASE mysqltest;
76
74
LOCK TABLES t0 WRITE, t1 WRITE;
77
-
Warnings:
78
-
Warning 6136 Combining the storage engines InnoDB and MyISAM is deprecated, but the statement or transaction updates both the InnoDB table test.t1 and the MyISAM table test.t0.
LOCK TABLES t1 WRITE, t2 WRITE, t3 WRITE, t0 WRITE;
36
-
Warnings:
37
-
Warning 6136 Combining the storage engines MyISAM and InnoDB is deprecated, but the statement or transaction updates both the MyISAM table test.t0 and the InnoDB table test.t1.
38
36
RENAME TABLES t0 TO t00, t1 TO t01, t2 TO t4;
39
37
ERROR 42S01: Table 't4' already exists
40
38
# Tables are available under old names.
@@ -153,8 +151,6 @@ UNLOCK TABLES;
153
151
# state of metadata locks too.
154
152
# This part of the test resides in rename_myisam.test.
155
153
LOCK TABLES t4 WRITE, t1 WRITE;
156
-
Warnings:
157
-
Warning 6136 Combining the storage engines InnoDB and MyISAM is deprecated, but the statement or transaction updates both the InnoDB table test.t1 and the MyISAM table test.t4.
Copy file name to clipboardExpand all lines: mysql-test/r/session_tracker_trx_state_myisam.result
-10Lines changed: 0 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -64,8 +64,6 @@ START TRANSACTION;
64
64
INSERT INTO t1 VALUES (1);
65
65
# resulting state should be "wW", both safe and unsafe writes happened:
66
66
INSERT INTO t2 VALUES (1);
67
-
Warnings:
68
-
Warning 6136 Combining the storage engines MyISAM and InnoDB is deprecated, but the statement or transaction updates both the MyISAM table test.t2 and the InnoDB table test.t1.
69
67
# resulting state should STILL be "wW"!
70
68
INSERT INTO t1 VALUES (1);
71
69
ROLLBACK;
@@ -76,8 +74,6 @@ START TRANSACTION;
76
74
INSERT INTO t2 VALUES (1);
77
75
# resulting state should be "wW", both safe and unsafe writes happened:
78
76
INSERT INTO t1 VALUES (1);
79
-
Warnings:
80
-
Warning 6136 Combining the storage engines InnoDB and MyISAM is deprecated, but the statement or transaction updates both the InnoDB table test.t1 and the MyISAM table test.t2.
81
77
# resulting state should be "RwW" (adding transactional read):
COMMIT; INSERT INTO t2 VALUES (1); BEGIN; INSERT INTO t1 VALUES (99); |
142
-
Warnings:
143
-
Warning 6136 Combining the storage engines InnoDB and MyISAM is deprecated, but the statement or transaction updates both the InnoDB table test.t1 and the MyISAM table test.t2.
144
138
COMMIT;
145
139
DROP TABLE t1;
146
140
DROP TABLE t2;
@@ -372,12 +366,8 @@ UNLOCK TABLES;
372
366
373
367
SET autocommit=1;
374
368
LOCK TABLE t1 WRITE, t2 WRITE;
375
-
Warnings:
376
-
Warning 6136 Combining the storage engines MyISAM and InnoDB is deprecated, but the statement or transaction updates both the MyISAM table test.t2 and the InnoDB table test.t1.
377
369
INSERT INTO t2 VALUES (3);
378
370
INSERT INTO t1 VALUES (3);
379
-
Warnings:
380
-
Warning 6136 Combining the storage engines InnoDB and MyISAM is deprecated, but the statement or transaction updates both the InnoDB table test.t1 and the MyISAM table test.t2.
Copy file name to clipboardExpand all lines: mysql-test/r/sp.result
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -6109,15 +6109,11 @@ set @a=@a+1;
6109
6109
return @a;
6110
6110
end|
6111
6111
update t2 set b=1 where a=bug27354();
6112
-
Warnings:
6113
-
Warning 6136 Combining the storage engines MyISAM and InnoDB is deprecated, but the statement or transaction updates both the MyISAM table test.t1 and the InnoDB table test.t2.
6114
6112
select count(t_1.a),count(t_2.a) from t1 as t_1, t2 as t_2 /* must be 0,0 */;
6115
6113
count(t_1.a) count(t_2.a)
6116
6114
0 0
6117
6115
insert into t2 values (1,1),(2,2),(3,3);
6118
6116
update t2 set b=-b where a=bug27354();
6119
-
Warnings:
6120
-
Warning 6136 Combining the storage engines MyISAM and InnoDB is deprecated, but the statement or transaction updates both the MyISAM table test.t1 and the InnoDB table test.t2.
0 commit comments