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:
@ -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;
|
||||||
|
Reference in New Issue
Block a user