1. 24 Feb, 2006 5 commits
    • unknown's avatar
      Bug #17443 mysqldump test failure · 6bc111f3
      unknown authored
      
      client/mysqlimport.c:
        Remove disabled --use-threads option
      mysql-test/r/mysqldump.result:
        Update result
      mysql-test/t/disabled.def:
        Remove disable of mysqldump
      mysql-test/t/mysqldump.test:
        Remove the disable_parsing on tests for --use-threads to mysqlimport
      6bc111f3
    • unknown's avatar
      Merge mysqldev@production.mysql.com:my/mysql-5.1-release · d9a49df1
      unknown authored
      into mysql.com:/Users/kent/mysql/bk/mysql-5.1-release
      
      d9a49df1
    • unknown's avatar
      Merge mysqldev@production.mysql.com:my/mysql-5.1-release · 86afad0f
      unknown authored
      into  mysql.com:/home/emurphy/src/mysql/bk-clean/mysql-5.1-release
      
      86afad0f
    • unknown's avatar
      BUG#17521 alter database crashes slave · 856a1df8
      unknown authored
      Problem was a null pointer
      Fixed by passing correct database name to slave filtering mechanism
      Added test.
      
      
      sql/sql_parse.cc:
        Fix slave crash when issuing 'ALTER DATABASE' with specifying db name
        Don't pass null pointer to db_ok_with_wild_table()
      856a1df8
    • unknown's avatar
      Makefile.am: · 5f98efca
      unknown authored
        Conditionally link with libmysqlclient.la or libmysqlclient_r.la
      configure.in:
        Corrected help text for --with-debug option
        Changed default to be with thread safe client
        Added THREAD_SAFE_CLIENT to be used in 'if' in make files
      
      
      configure.in:
        Corrected help text for --with-debug option
        Changed default to be with thread safe client
        Added THREAD_SAFE_CLIENT to be used in 'if' in make files
      client/Makefile.am:
        Conditionally link with libmysqlclient.la or libmysqlclient_r.la
      5f98efca
  2. 23 Feb, 2006 6 commits
  3. 22 Feb, 2006 1 commit
    • unknown's avatar
      Makefile.am: · c7617f60
      unknown authored
        Change for 'make distcheck'
      libmysqld.vcproj:
        Typo
      
      
      VC++Files/libmysqld/libmysqld.vcproj:
        Typo
      mysql-test/ndb/Makefile.am:
        Change for 'make distcheck'
      storage/archive/Makefile.am:
        Change for 'make distcheck'
      plugin/fulltext/Makefile.am:
        Change for 'make distcheck'
      storage/csv/Makefile.am:
        Change for 'make distcheck'
      storage/heap/Makefile.am:
        Change for 'make distcheck'
      c7617f60
  4. 21 Feb, 2006 12 commits
  5. 20 Feb, 2006 16 commits