• unknown's avatar
    Bug#8191 - SELECT INTO OUTFILE insists on FROM clause · 3ac2df4e
    unknown authored
      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
    3ac2df4e
have_outfile.inc 169 Bytes
-- 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;