1
0
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:
unknown
2013-03-06 11:16:29 +01:00
parent d9237c452a
commit 1e114f73ad
4 changed files with 1 additions and 1 deletions

View File

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