summaryrefslogtreecommitdiff
path: root/mysql-test/suite/atomic/create_view.result
blob: 3c38a6516e2938757d55e75ed06f42aa4308647c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
query: CREATE VIEW t1 as select "new"
crash point: ddl_log_create_before_copy_view
t2.frm
old
old
crash point: ddl_log_create_before_create_view
t2.frm
old
old
crash point: definition_file_after_create
t2.frm
old
old
crash point: ddl_log_create_after_create_view
t2.frm
old
old
crash point: ddl_log_create_before_binlog
t2.frm
old
old
crash point: ddl_log_create_after_binlog
t1.frm
t2.frm
old
old
master-bin.000001	#	Query	#	#	use `test`; CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` SQL SECURITY DEFINER VIEW `t1` AS select "new"
query: CREATE OR REPLACE VIEW t1 as select "new"
crash point: ddl_log_create_before_copy_view
t2.frm
old
old
crash point: ddl_log_create_before_create_view
t2.frm
old
old
crash point: definition_file_after_create
t2.frm
old
old
crash point: ddl_log_create_after_create_view
t2.frm
old
old
crash point: ddl_log_create_before_binlog
t2.frm
old
old
crash point: ddl_log_create_after_binlog
t1.frm
t2.frm
old
old
master-bin.000001	#	Query	#	#	use `test`; CREATE OR REPLACE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` SQL SECURITY DEFINER VIEW `t1` AS select "new"
query: CREATE OR REPLACE VIEW t2 as select "new"
crash point: ddl_log_create_before_copy_view
t2.frm
old
old
crash point: ddl_log_create_before_create_view
t2.frm
old
old
crash point: definition_file_after_create
t2.frm
old
old
crash point: ddl_log_create_after_create_view
t2.frm
old
old
crash point: ddl_log_create_before_binlog
t2.frm
old
old
crash point: ddl_log_create_after_binlog
t2.frm
new
new
master-bin.000001	#	Query	#	#	use `test`; CREATE OR REPLACE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` SQL SECURITY DEFINER VIEW `t2` AS select "new"
Warnings:
Note	4092	Unknown VIEW: 'test.t1,test.t2'