mirror of
https://github.com/MariaDB/server.git
synced 2025-04-18 05:05:32 +02:00
Add mysql-test/std_data/mysql_upgrade/* for MDEV-6916
This commit is contained in:
parent
4409e04d89
commit
eaa3da8e77
7 changed files with 61 additions and 0 deletions
0
mysql-test/std_data/mysql_upgrade/event.MYD
Normal file
0
mysql-test/std_data/mysql_upgrade/event.MYD
Normal file
BIN
mysql-test/std_data/mysql_upgrade/event.MYI
Normal file
BIN
mysql-test/std_data/mysql_upgrade/event.MYI
Normal file
Binary file not shown.
BIN
mysql-test/std_data/mysql_upgrade/event.frm
Normal file
BIN
mysql-test/std_data/mysql_upgrade/event.frm
Normal file
Binary file not shown.
15
mysql-test/std_data/mysql_upgrade/v1.frm
Normal file
15
mysql-test/std_data/mysql_upgrade/v1.frm
Normal file
|
@ -0,0 +1,15 @@
|
|||
TYPE=VIEW
|
||||
query=select `test`.`t1`.`a` AS `a` from `test`.`t1`
|
||||
md5=5e6eaf216e7b016fcedfd4e1113517af
|
||||
updatable=0
|
||||
algorithm=1
|
||||
definer_user=root
|
||||
definer_host=localhost
|
||||
suid=2
|
||||
with_check_option=0
|
||||
timestamp=2014-12-11 15:26:20
|
||||
create-version=1
|
||||
source=select a from t1
|
||||
client_cs_name=utf8
|
||||
connection_cl_name=utf8_general_ci
|
||||
view_body_utf8=select `test`.`t1`.`a` AS `a` from `test`.`t1`
|
15
mysql-test/std_data/mysql_upgrade/v2.frm
Normal file
15
mysql-test/std_data/mysql_upgrade/v2.frm
Normal file
|
@ -0,0 +1,15 @@
|
|||
TYPE=VIEW
|
||||
query=select `test`.`t1`.`a` AS `a` from `test`.`t1`
|
||||
md5=5e6eaf216e7b016fcedfd4e1113517af
|
||||
updatable=1
|
||||
algorithm=2
|
||||
definer_user=root
|
||||
definer_host=localhost
|
||||
suid=2
|
||||
with_check_option=0
|
||||
timestamp=2014-12-11 15:26:29
|
||||
create-version=1
|
||||
source=select a from t1
|
||||
client_cs_name=utf8
|
||||
connection_cl_name=utf8_general_ci
|
||||
view_body_utf8=select `test`.`t1`.`a` AS `a` from `test`.`t1`
|
15
mysql-test/std_data/mysql_upgrade/v3.frm
Normal file
15
mysql-test/std_data/mysql_upgrade/v3.frm
Normal file
|
@ -0,0 +1,15 @@
|
|||
TYPE=VIEW
|
||||
query=select `test`.`t1`.`a` AS `a` from `test`.`t1`
|
||||
md5=5e6eaf216e7b016fcedfd4e1113517af
|
||||
updatable=0
|
||||
algorithm=0
|
||||
definer_user=root
|
||||
definer_host=localhost
|
||||
suid=2
|
||||
with_check_option=0
|
||||
timestamp=2014-12-11 15:26:20
|
||||
create-version=1
|
||||
source=select a from t1
|
||||
client_cs_name=utf8
|
||||
connection_cl_name=utf8_general_ci
|
||||
view_body_utf8=select `test`.`t1`.`a` AS `a` from `test`.`t1`
|
16
mysql-test/std_data/mysql_upgrade/v4.frm
Normal file
16
mysql-test/std_data/mysql_upgrade/v4.frm
Normal file
|
@ -0,0 +1,16 @@
|
|||
TYPE=VIEW
|
||||
query=select `test`.`t1`.`a` AS `a` from `test`.`t1`
|
||||
md5=5e6eaf216e7b016fcedfd4e1113517a0
|
||||
updatable=1
|
||||
algorithm=0
|
||||
definer_user=root
|
||||
definer_host=localhost
|
||||
suid=2
|
||||
with_check_option=0
|
||||
timestamp=2015-02-08 19:21:14
|
||||
create-version=1
|
||||
source=select a from t1
|
||||
client_cs_name=latin1
|
||||
connection_cl_name=latin1_swedish_ci
|
||||
view_body_utf8=select `test`.`t1`.`a` AS `a` from `test`.`t1`
|
||||
mariadb-version=50542
|
Loading…
Add table
Reference in a new issue