diff options
author | Daniel Black <grooverdan@users.sourceforge.net> | 2015-04-14 11:01:31 +1000 |
---|---|---|
committer | Daniel Black <grooverdan@users.sourceforge.net> | 2015-04-14 11:01:31 +1000 |
commit | c584058f8f227a2004f9fdf6fd0897e11fd53eda (patch) | |
tree | 0e8bd08f64f915ea378007fd66c90a81587c0814 /mysql-test/std_data | |
parent | 76c18f7e76dff6f5c5f8986e0480074a3100fdbe (diff) | |
download | mariadb-git-c584058f8f227a2004f9fdf6fd0897e11fd53eda.tar.gz |
Update tests for mysql_upgrade_view
Add bad checksum test
Validate REPAIR VIEW {table} add mariadb-version to the frm
Add tests for the binary logging of REPAIR VIEW
Diffstat (limited to 'mysql-test/std_data')
-rw-r--r-- | mysql-test/std_data/mysql_upgrade/v1badcheck.frm | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/mysql-test/std_data/mysql_upgrade/v1badcheck.frm b/mysql-test/std_data/mysql_upgrade/v1badcheck.frm new file mode 100644 index 00000000000..a1e3bfe5cbc --- /dev/null +++ b/mysql-test/std_data/mysql_upgrade/v1badcheck.frm @@ -0,0 +1,15 @@ +TYPE=VIEW +query=select `test`.`t1`.`a` AS `a` from `test`.`t1` +md5=00000000000000000000000000000000 +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` |