1. 17 Mar, 2003 4 commits
    • unknown's avatar
      New variable rli->ignore_log_space_limit to resolve · 40c0b2c6
      unknown authored
      a deadlock between I/O and SQL threads in replication
      when relay_log_space is too small. This fixes bug #79.
      
      
      sql/log.cc:
        New variable rli->ignore_log_space_limit to resolve
        a deadlock between I/O and SQL threads in replication
        when relay_log_space is too small.
      sql/slave.cc:
        New variable rli->ignore_log_space_limit to resolve
        a deadlock between I/O and SQL threads in replication
        when relay_log_space is too small.
      sql/slave.h:
        New variable rli->ignore_log_space_limit to resolve
        a deadlock between I/O and SQL threads in replication
        when relay_log_space is too small.
      sql/sql_repl.cc:
        New variable rli->ignore_log_space_limit to resolve
        a deadlock between I/O and SQL threads in replication
        when relay_log_space is too small.
      40c0b2c6
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.0 · 21034796
      unknown authored
      into narttu.mysql.fi:/my/mysql-4.0
      
      
      21034796
    • unknown's avatar
      Change dbug.h -> my_dbug.h (Portability fix) · b1a78e2a
      unknown authored
      Ensure that \ is not allowed in filenames, even on Unix
      
      
      include/my_dbug.h:
        Rename: include/dbug.h -> include/my_dbug.h
      include/Makefile.am:
        Change dbug.h -> my_dbug.h
      include/my_global.h:
        Change dbug.h -> my_dbug.h
      libmysql/get_password.c:
        Change dbug.h -> my_dbug.h
      libmysqld/lib_vio.c:
        Change dbug.h -> my_dbug.h
      sql/table.cc:
        Ensure that \ is not allowed in filenames, even on Unix
      b1a78e2a
    • unknown's avatar
      Fixed a bug in --one-database. · 440cb76f
      unknown authored
      440cb76f
  2. 16 Mar, 2003 3 commits
  3. 15 Mar, 2003 4 commits
    • unknown's avatar
      row0sel.c: · 3ce965da
      unknown authored
        Fix bug number 154: GROUP BY and DISTINCT could treat NULL values inequal
      
      
      innobase/row/row0sel.c:
        Fix bug number 154: GROUP BY and DISTINCT could treat NULL values inequal
      3ce965da
    • unknown's avatar
      - fixed C++-style comments to make IBM C compiler happy · 41bad531
      unknown authored
      
      client/mysqlshow.c:
         - fixed C++-style comment to make IBM C compiler happy
      41bad531
    • unknown's avatar
      merge with 3.23 to get: · 11117565
      unknown authored
      - Fix for empty table/column names
      
      
      mysql-test/t/create.test:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/ha_innodb.cc:
        Auto merged
      sql/table.cc:
        Auto merged
      tests/grant.pl:
        Auto merged
      sql/filesort.cc:
        merge with 3.23
      sql/sql_table.cc:
        merge with 3.23
      tests/grant.res:
        merge with 3.23
      11117565
    • unknown's avatar
      Code cleanup · 13a5a24c
      unknown authored
      
      sql/sql_parse.cc:
        Removed not needed test
      13a5a24c
  4. 14 Mar, 2003 6 commits
  5. 13 Mar, 2003 20 commits
  6. 12 Mar, 2003 3 commits