An error occurred fetching the project authors.
  1. 05 Feb, 2004 1 commit
    • unknown's avatar
      - renamed mysql-test/t/init_file.sql to mysql-test/std_data/init_file.dat · 62a4ae07
      unknown authored
         so it gets picked up by "make dist" and updated init_file test accordingly.
      
      
      mysql-test/std_data/init_file.dat:
        Rename: mysql-test/t/init_file.sql -> mysql-test/std_data/init_file.dat
      mysql-test/t/init_file-master.opt:
         - moved init file to std_data
      mysql-test/t/init_file.test:
         - updated info
      62a4ae07
  2. 04 Feb, 2004 1 commit
    • unknown's avatar
      added checking for bootstrap in select_send::send_data · 22b2067a
      unknown authored
      (fixed bug #2526 "--init-file crashes MySQL if contains large select")
      Such checking usually works in send_ok, send_eof, but in this case large 
      result causes interim flushing.
      
      
      sql/sql_class.cc:
        added checking for bootstrap in select_send::send_data
      22b2067a