1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

- T1 -> t1

modified:
  mysql-test/suite/connect/r/index.result
This commit is contained in:
Olivier Bertrand
2013-03-06 13:42:01 +01:00
parent 5d7d579c8f
commit a75e77df74

View File

@ -36,7 +36,7 @@ SUM(brut)
#
# Testing file mapping
#
ALTER TABLE T1 MAPPED=yes;
ALTER TABLE t1 MAPPED=yes;
Warnings:
Warning 1105 The current version of CONNECT did not check what you changed in ALTER. Use on your own risk
SELECT * FROM t1 LIMIT 10;