1. 24 Feb, 2006 6 commits
    • unknown's avatar
      BUG# 17430 Partitoins: crash on SELECT * FROM t1 WHERE f_int1 IS NULL · a9dab911
      unknown authored
      BUG# 17432: Partitions: wrong result, SELECT ... WHERE <column> is null
      
      
      mysql-test/r/partition.result:
        result block for tests
      mysql-test/t/partition.test:
        test cases for bug #17432 and 17430
      sql/sql_partition.cc:
        improve null handling by returning LONGLONG_MIN for values that are NULL
      a9dab911
    • unknown's avatar
      Bug #17443 mysqldump test failure · 3a78156e
      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
      3a78156e
    • unknown's avatar
      Merge mysqldev@production.mysql.com:my/mysql-5.1-release · d6aea04c
      unknown authored
      into mysql.com:/Users/kent/mysql/bk/mysql-5.1-release
      
      
      d6aea04c
    • unknown's avatar
      Merge mysqldev@production.mysql.com:my/mysql-5.1-release · 760de195
      unknown authored
      into  mysql.com:/home/emurphy/src/mysql/bk-clean/mysql-5.1-release
      
      
      760de195
    • unknown's avatar
      BUG#17521 alter database crashes slave · c6ee6093
      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()
      c6ee6093
    • unknown's avatar
      Makefile.am: · 3754c4eb
      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
      3754c4eb
  2. 23 Feb, 2006 6 commits
  3. 22 Feb, 2006 1 commit
    • unknown's avatar
      Makefile.am: · 3150f7cc
      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'
      3150f7cc
  4. 21 Feb, 2006 12 commits
  5. 20 Feb, 2006 15 commits