mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
- Changing mode to -x
modified: mysql-test/suite/connect/t/index.test storage/connect/connect.cc* storage/connect/myconn.cpp* storage/connect/value.cpp*
This commit is contained in:
@ -29,7 +29,7 @@ SELECT SUM(brut) from t1;
|
||||
--echo #
|
||||
--echo # Testing file mapping
|
||||
--echo #
|
||||
ALTER TABLE T1 MAPPED=yes;
|
||||
ALTER TABLE t1 MAPPED=yes;
|
||||
SELECT * FROM t1 LIMIT 10;
|
||||
SELECT SUM(brut) FROM t1;
|
||||
|
||||
|
Reference in New Issue
Block a user