mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
part 1 (ver 2, postreview fix) of WL#2787
view definer information syntax/storage/replication fixed SOURCE field of .frm
This commit is contained in:
@ -3,6 +3,7 @@ source include/master-slave.inc;
|
||||
drop table if exists t1,v1;
|
||||
drop view if exists t1,v1;
|
||||
sync_slave_with_master;
|
||||
reset master;
|
||||
--enable_warnings
|
||||
|
||||
#
|
||||
@ -42,3 +43,5 @@ select * from v1 order by a;
|
||||
connection master;
|
||||
drop table t1;
|
||||
sync_slave_with_master;
|
||||
--replace_column 2 # 5 #
|
||||
show binlog events;
|
||||
|
Reference in New Issue
Block a user