• unknown's avatar
    Bug #15302 LOAD DATA FROM MASTER -> Packets out of order (Found: 2, expected 1) · c35be281
    unknown authored
     - Change "mysql_create_db" to not call "send_ok" if in silent mode i.e. called from "load_master_data"
     - Change mysqltest to detect when there aren't as many warnings available as was reported.
    
    
    client/mysqltest.c:
      Call "die" if warnings were reported but there weren't any warnings to retrieve
    sql/sql_db.cc:
      Don't call "send_ok" if in silent mode.
    c35be281
sql_db.cc 27.2 KB