mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Update test results
mysql-test/r/create.result: Update error message text mysql-test/r/query_cache.result: Update warnings
This commit is contained in:
@ -606,6 +606,6 @@ create database mysqltest;
|
||||
use mysqltest;
|
||||
create view v1 as select 'foo' from dual;
|
||||
create table t1 like v1;
|
||||
ERROR HY000: 'mysqltest.v1' is not a table
|
||||
ERROR HY000: 'mysqltest.v1' is not BASE TABLE
|
||||
drop view v1;
|
||||
drop database mysqltest;
|
||||
|
Reference in New Issue
Block a user