1. 14 Feb, 2005 4 commits
  2. 13 Feb, 2005 4 commits
    • unknown's avatar
      Bug#2435 · 0b751b40
      unknown authored
        Alter handling for UNION syntax
        Tests for UNION and parentheses
      
      
      mysql-test/r/union.result:
        Bug#2435
          Tests for UNION and parentheses
      mysql-test/t/union.test:
        Bug#2435
          Tests for UNION and parentheses
      sql/sql_yacc.yy:
        Bug#2435
          Amend handling of UNION with parentheses.
      0b751b40
    • unknown's avatar
      Merge hundin.mysql.fi:/home/heikki/mysql-4.0 · 76e070ba
      unknown authored
      into hundin.mysql.fi:/home/heikki/mysql-4.1
      
      
      innobase/row/row0mysql.c:
        Auto merged
      sql/sql_cache.cc:
        Auto merged
      76e070ba
    • unknown's avatar
      row0mysql.c: · 113078d2
      unknown authored
        Backport the column prefix memory corruption fix from 5.0
      
      
      innobase/row/row0mysql.c:
        Backport the column prefix memory corruption fix from 5.0
      113078d2
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.0 · 61322722
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/bk/work-4.0
      
      61322722
  3. 12 Feb, 2005 6 commits
  4. 11 Feb, 2005 20 commits
  5. 10 Feb, 2005 6 commits
    • unknown's avatar
      Merge commit trigger · e042d67c
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      extra/replace.c:
        Auto merged
      BitKeeper/triggers/post-commit:
        Merge changes
      e042d67c
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-4.0 · 836822c6
      unknown authored
      into mysql.com:/home/jimw/my/mysql-4.0-clean
      
      836822c6
    • unknown's avatar
    • unknown's avatar
      BUG#6749: If there is no current database, then nothing should be binlogged if · d57dbbab
      unknown authored
      binlog-do-db or binlog-ignore-db are in effect.   (In the future 5.1? 5.0? I think 
      each statement should be verified against the filtering criteria based on the database
      it *uses* and not the *current* one.  But, right now the *current* database is what 
      counts according to the semantics of the manual.)
      
      
      sql/log.cc:
        BUG#6749: If there is no current database, then nothing should be binlogged if
        binlog-do-db or binlog-ignore-db are in effect.   (In the future I think that each 
        statement should be verified against the filtering criteria based on the database
        it *uses* and not the *current* one.  But, right now the *current* database is what 
        counts according to the semantics of the manual.)
      d57dbbab
    • unknown's avatar
      Bug#8391 - "merge" fails on Linux/IA64 · a6d2079f
      unknown authored
      It was a thread stack overrun.
      IA64 had its own stack size section already.
      Enlarged its default stack size from 192K to 256K.
      
      a6d2079f
    • unknown's avatar
      Follow-up for bug#7990 · aefda25b
      unknown authored
      
      libmysql/libmysql.c:
        And now put it to the proper place and make it work (Bug#7990)
      tests/mysql_client_test.c:
        Enable the test for bug#7990
      aefda25b