mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
after merge changes:
* rename all debugging related command-line options and variables to start from "debug-", and made them all OFF by default. * replace "MySQL" with "MariaDB" in error messages * "Cast ... converted ... integer to it's ... complement" is now a note, not a warning * @@query_cache_strip_comments now has a session scope, not global.
This commit is contained in:
@@ -28,7 +28,7 @@ DROP TABLE IF EXISTS t1;
|
||||
create table t1(a int);
|
||||
LOAD DATA LOCAL INFILE
|
||||
'MYSQLTEST_VARDIR/std_data/numbers.txt' INTO TABLE test.t1;
|
||||
ERROR 42000: The used command is not allowed with this MySQL version
|
||||
ERROR 42000: The used command is not allowed with this MariaDB version
|
||||
SELECT count(*) from t1;
|
||||
count(*)
|
||||
0
|
||||
|
Reference in New Issue
Block a user