1
0
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:
unknown
2005-08-04 14:38:48 -07:00
parent 1f0c2ab3fc
commit 01f1a3ac12
2 changed files with 7 additions and 1 deletions

View File

@ -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;