mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Merge with MariaDB 5.1
This commit is contained in:
@@ -213,7 +213,7 @@ id name
|
||||
alter server s1 options (database 'db_bogus');
|
||||
flush tables;
|
||||
select * from federated.t1;
|
||||
ERROR HY000: There was a problem processing the query on the foreign data source. Data source error: : 1044 : Access denied for user 'test_fed'@'localhost' to databa
|
||||
ERROR 42000: Got error: 1044 : Access denied for user 'test_fed'@'localhost' to database 'db_bogus'
|
||||
drop server if exists 's1';
|
||||
ERROR 42000: Access denied; you need the SUPER privilege for this operation
|
||||
create server 's1' foreign data wrapper 'mysql' options
|
||||
|
||||
@@ -239,7 +239,7 @@ alter server s1 options (database 'db_bogus');
|
||||
|
||||
connection master;
|
||||
flush tables;
|
||||
--error ER_QUERY_ON_FOREIGN_DATA_SOURCE
|
||||
--error ER_DBACCESS_DENIED_ERROR
|
||||
select * from federated.t1;
|
||||
|
||||
connection conn_select;
|
||||
|
||||
8
mysql-test/suite/maria/r/optimize.result
Normal file
8
mysql-test/suite/maria/r/optimize.result
Normal file
@@ -0,0 +1,8 @@
|
||||
drop table if exists t1;
|
||||
check table t1;
|
||||
Table Op Msg_type Msg_text
|
||||
test.t1 check status OK
|
||||
OPTIMIZE TABLE t1;
|
||||
Table Op Msg_type Msg_text
|
||||
test.t1 optimize status OK
|
||||
drop table t1;
|
||||
162
mysql-test/suite/maria/t/optimize.test
Normal file
162
mysql-test/suite/maria/t/optimize.test
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user