• unknown's avatar
    fixes in mysqltest and mysqlbinlog · 9326aa42
    unknown authored
    trying to understand why --bootstrap option does not create tables
    on disk, hope the problem will be fixed when I pull, if not will
    debug, but need to commit in order to pull
    
    
    client/mysqltest.c:
      added safe_connect() and chaned all calls to mysql_real_connect() to
      safe_connect()
    mysql-test/install_test_db.sh:
      more diagnostic
    sql/log_event.cc:
      fixed compile error in mysqlbinlog
    9326aa42
mysqltest.c 66.1 KB