~jlukas79/+junk/mysql-server

« back to all changes in this revision

Viewing changes to mysql-test/suite/rpl/r/rpl_ddl.result

manual merge 6.0-main --> 6.0-bka-review

Show diffs side-by-side

added added

removed removed

Lines of Context:
420
420
-------- switch to slave --------
421
421
SELECT MAX(f1) FROM t1;
422
422
MAX(f1)
423
 
5
 
423
6
424
424
 
425
 
TEST-INFO: SLAVE:  The INSERT is not committed (Succeeded)
 
425
TEST-INFO: SLAVE:  The INSERT is committed (Failed)
426
426
 
427
427
-------- switch to master -------
428
428
SHOW TABLES LIKE 't23';
445
445
-------- switch to slave --------
446
446
SELECT MAX(f1) FROM t1;
447
447
MAX(f1)
448
 
5
 
448
6
449
449
 
450
450
-------- switch to master -------
451
451
RENAME TABLE mysqltest1.t3 to mysqltest1.t20;
614
614
-------- switch to slave --------
615
615
SELECT MAX(f1) FROM t1;
616
616
MAX(f1)
617
 
8
 
617
9
618
618
 
619
 
TEST-INFO: SLAVE:  The INSERT is not committed (Succeeded)
 
619
TEST-INFO: SLAVE:  The INSERT is committed (Failed)
620
620
 
621
621
-------- switch to master -------
622
622
 
631
631
-------- switch to slave --------
632
632
SELECT MAX(f1) FROM t1;
633
633
MAX(f1)
634
 
8
 
634
9
635
635
 
636
636
-------- switch to master -------
637
637
TRUNCATE TABLE mysqltest1.t7;
1086
1086
Created #
1087
1087
Security_type   DEFINER
1088
1088
Comment 
 
1089
character_set_client    latin1
 
1090
collation_connection    latin1_swedish_ci
 
1091
Database Collation      latin1_swedish_ci
1089
1092
 
1090
1093
-------- switch to slave --------
1091
1094
SHOW PROCEDURE STATUS LIKE 'p1';
1097
1100
Created #
1098
1101
Security_type   DEFINER
1099
1102
Comment 
 
1103
character_set_client    latin1
 
1104
collation_connection    latin1_swedish_ci
 
1105
Database Collation      latin1_swedish_ci
1100
1106
 
1101
1107
-------- switch to master -------
1102
1108
 
1149
1155
Created #
1150
1156
Security_type   DEFINER
1151
1157
Comment I have been altered
 
1158
character_set_client    latin1
 
1159
collation_connection    latin1_swedish_ci
 
1160
Database Collation      latin1_swedish_ci
1152
1161
 
1153
1162
-------- switch to slave --------
1154
1163
SHOW PROCEDURE STATUS LIKE 'p1';
1160
1169
Created #
1161
1170
Security_type   DEFINER
1162
1171
Comment I have been altered
 
1172
character_set_client    latin1
 
1173
collation_connection    latin1_swedish_ci
 
1174
Database Collation      latin1_swedish_ci
1163
1175
 
1164
1176
-------- switch to master -------
1165
1177
 
1251
1263
 
1252
1264
-------- switch to master -------
1253
1265
SHOW CREATE VIEW v1;
1254
 
View    Create View
1255
 
v1      CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` SQL SECURITY DEFINER VIEW `v1` AS select `t1`.`f1` AS `f1` from `t1`
 
1266
View    Create View     character_set_client    collation_connection
 
1267
v1      CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` SQL SECURITY DEFINER VIEW `v1` AS select `t1`.`f1` AS `f1` from `t1`      latin1  latin1_swedish_ci
1256
1268
 
1257
1269
-------- switch to slave --------
1258
1270
SHOW CREATE VIEW v1;
1259
 
View    Create View
1260
 
v1      CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` SQL SECURITY DEFINER VIEW `v1` AS select `t1`.`f1` AS `f1` from `t1`
 
1271
View    Create View     character_set_client    collation_connection
 
1272
v1      CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` SQL SECURITY DEFINER VIEW `v1` AS select `t1`.`f1` AS `f1` from `t1`      latin1  latin1_swedish_ci
1261
1273
 
1262
1274
-------- switch to master -------
1263
1275
 
1302
1314
 
1303
1315
-------- switch to master -------
1304
1316
SHOW CREATE VIEW v1;
1305
 
View    Create View
1306
 
v1      CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` SQL SECURITY DEFINER VIEW `v1` AS select `t1`.`f1` AS `f1` from `t1`
 
1317
View    Create View     character_set_client    collation_connection
 
1318
v1      CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` SQL SECURITY DEFINER VIEW `v1` AS select `t1`.`f1` AS `f1` from `t1`      latin1  latin1_swedish_ci
1307
1319
 
1308
1320
-------- switch to slave --------
1309
1321
SHOW CREATE VIEW v1;
1310
 
View    Create View
1311
 
v1      CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` SQL SECURITY DEFINER VIEW `v1` AS select `t1`.`f1` AS `f1` from `t1`
 
1322
View    Create View     character_set_client    collation_connection
 
1323
v1      CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` SQL SECURITY DEFINER VIEW `v1` AS select `t1`.`f1` AS `f1` from `t1`      latin1  latin1_swedish_ci
1312
1324
 
1313
1325
-------- switch to master -------
1314
1326
 
1402
1414
 
1403
1415
-------- switch to master -------
1404
1416
SHOW TRIGGERS;
1405
 
Trigger Event   Table   Statement       Timing  Created sql_mode        Definer
1406
 
trg1    INSERT  t1      SET @a:=1       BEFORE  NULL            root@localhost
 
1417
Trigger Event   Table   Statement       Timing  Created sql_mode        Definer character_set_client    collation_connection    Database Collation
 
1418
trg1    INSERT  t1      SET @a:=1       BEFORE  NULL            root@localhost  latin1  latin1_swedish_ci       latin1_swedish_ci
1407
1419
 
1408
1420
-------- switch to slave --------
1409
1421
SHOW TRIGGERS;
1410
 
Trigger Event   Table   Statement       Timing  Created sql_mode        Definer
1411
 
trg1    INSERT  t1      SET @a:=1       BEFORE  NULL            root@localhost
 
1422
Trigger Event   Table   Statement       Timing  Created sql_mode        Definer character_set_client    collation_connection    Database Collation
 
1423
trg1    INSERT  t1      SET @a:=1       BEFORE  NULL            root@localhost  latin1  latin1_swedish_ci       latin1_swedish_ci
1412
1424
 
1413
1425
-------- switch to master -------
1414
1426
 
1453
1465
 
1454
1466
-------- switch to master -------
1455
1467
SHOW TRIGGERS;
1456
 
Trigger Event   Table   Statement       Timing  Created sql_mode        Definer
 
1468
Trigger Event   Table   Statement       Timing  Created sql_mode        Definer character_set_client    collation_connection    Database Collation
1457
1469
 
1458
1470
-------- switch to slave --------
1459
1471
SHOW TRIGGERS;
1460
 
Trigger Event   Table   Statement       Timing  Created sql_mode        Definer
 
1472
Trigger Event   Table   Statement       Timing  Created sql_mode        Definer character_set_client    collation_connection    Database Collation
1461
1473
 
1462
1474
-------- switch to master -------
1463
1475