mirror of
https://github.com/MariaDB/server.git
synced 2025-11-24 06:01:25 +03:00
Merge XtraDB from Percona server 5.1.49-12 into MariaDB.
This commit is contained in:
11
mysql-test/suite/percona/percona_sql_no_fcache.test
Normal file
11
mysql-test/suite/percona/percona_sql_no_fcache.test
Normal file
@@ -0,0 +1,11 @@
|
||||
--disable_warnings
|
||||
drop table if exists t1;
|
||||
--enable_warnings
|
||||
|
||||
create table t (a int not null);
|
||||
insert into t values (1),(2),(3);
|
||||
|
||||
SELECT SQL_NO_FCACHE SLEEP(0);
|
||||
SELECT /*!40001 SQL_NO_CACHE */ /*!50084 SQL_NO_FCACHE */ * FROM t;
|
||||
|
||||
DROP TABLE t;
|
||||
Reference in New Issue
Block a user