• unknown's avatar
    Bug#11151: LOAD DATA INFILE commits transaction in 5.0 · e0a48a8c
    unknown authored
    No longer create or commit transactions within the loading of files.
    
    
    mysql-test/r/loaddata.result:
      Add test result.
    mysql-test/t/loaddata.test:
      Add test case.
    sql/sql_load.cc:
      Loading data from a table should neither create new transactions nor destroy
      (by committing or rolling-back) existing transactions.
    e0a48a8c
loaddata.test 4.63 KB