mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
3ac2df4e4c
Fix bug + include test case. Enable outfile tests. mysql-test/t/outfile.test: Reenable outfile tests Add test for Bug#8191 sql/sql_yacc.yy: Fix Bug#8191 BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
5 lines
169 B
PHP
5 lines
169 B
PHP
-- require r/have_outfile.require
|
|
disable_query_log;
|
|
select load_file(concat(@tmpdir,"/outfile.test"));
|
|
--exec rm $MYSQL_TEST_DIR/var/tmp/outfile.test
|
|
enable_query_log;
|