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
Expected: []sql.Row{{"v", "CREATE VIEW `v` AS select 1", "utf8mb4", "utf8mb4_0900_bin"}},
1260
1260
},
1261
1261
},
@@ -1277,7 +1277,7 @@ var TransactionTests = []TransactionTest{
1277
1277
Expected: []sql.Row{{types.OkResult{}}},
1278
1278
},
1279
1279
{
1280
-
Query: "/* client b */ show create procedure p;",
1280
+
Query: "/* client b */ show create procedure p;",
1281
1281
Expected: []sql.Row{{"p", "", "/* client a */ create procedure p() begin select 1; end", "utf8mb4", "utf8mb4_0900_bin", "utf8mb4_0900_bin"}},
1282
1282
},
1283
1283
},
@@ -1299,7 +1299,7 @@ var TransactionTests = []TransactionTest{
1299
1299
Expected: []sql.Row{{types.OkResult{}}},
1300
1300
},
1301
1301
{
1302
-
Query: "/* client b */ show create event e;",
1302
+
Query: "/* client b */ show create event e;",
1303
1303
Expected: []sql.Row{{"e", "NO_ENGINE_SUBSTITUTION,ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES", "SYSTEM", "CREATE DEFINER = `root`@`localhost` EVENT `e` ON SCHEDULE EVERY 1 SECOND STARTS '2025-01-01 00:00:00' ON COMPLETION NOT PRESERVE ENABLE DO begin select 1; end", "utf8mb4", "utf8mb4_0900_bin", "utf8mb4_0900_bin"}},
1304
1304
},
1305
1305
},
@@ -1321,7 +1321,7 @@ var TransactionTests = []TransactionTest{
0 commit comments