Commit a75e77df authored by Olivier Bertrand's avatar Olivier Bertrand

- T1 -> t1

modified:
  mysql-test/suite/connect/r/index.result
parent 5d7d579c
...@@ -36,7 +36,7 @@ SUM(brut) ...@@ -36,7 +36,7 @@ SUM(brut)
# #
# Testing file mapping # Testing file mapping
# #
ALTER TABLE T1 MAPPED=yes; ALTER TABLE t1 MAPPED=yes;
Warnings: Warnings:
Warning 1105 The current version of CONNECT did not check what you changed in ALTER. Use on your own risk 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; SELECT * FROM t1 LIMIT 10;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment