diff options
author | Magnus Svensson <msvensson@mysql.com> | 2009-01-27 16:35:52 +0100 |
---|---|---|
committer | Magnus Svensson <msvensson@mysql.com> | 2009-01-27 16:35:52 +0100 |
commit | db045c0bbdb28c54520db3c4d187e6d15fc6e48f (patch) | |
tree | 1b3224f2c6f65fe5b585306ed5bd9b26fa179e65 /mysql-test/include/check-warnings.test | |
parent | 3d06fb9138155179cd209f481762372b76b00581 (diff) | |
download | mariadb-git-db045c0bbdb28c54520db3c4d187e6d15fc6e48f.tar.gz |
WL#4189 mtr.pl v2
- Bypass --secure-file-priv by loading the file from the client
using LOAD DATA LOCAL INFILE
Diffstat (limited to 'mysql-test/include/check-warnings.test')
-rw-r--r-- | mysql-test/include/check-warnings.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/include/check-warnings.test b/mysql-test/include/check-warnings.test index 154de4be290..6dd58c9f859 100644 --- a/mysql-test/include/check-warnings.test +++ b/mysql-test/include/check-warnings.test @@ -30,7 +30,7 @@ let $log_error= query_get_value(show variables like 'log_error', Value, 1); let $log_warning= $log_error.warnings; # Load the warnings into a temporary table -eval load data infile '$log_warning' into table error_log +eval load data local infile '$log_warning' into table error_log fields terminated by 'xykls37' ignore 1 lines (line) |