1. 19 Mar, 2003 1 commit
  2. 18 Mar, 2003 1 commit
  3. 17 Mar, 2003 4 commits
    • unknown's avatar
      New variable rli->ignore_log_space_limit to resolve · e7ee03b0
      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.
      e7ee03b0
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.0 · 14d4cdde
      unknown authored
      into narttu.mysql.fi:/my/mysql-4.0
      
      14d4cdde
    • unknown's avatar
      Change dbug.h -> my_dbug.h (Portability fix) · 18a2030d
      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
      18a2030d
    • unknown's avatar
      Fixed a bug in --one-database. · c15872b3
      unknown authored
      c15872b3
  4. 16 Mar, 2003 3 commits
  5. 15 Mar, 2003 4 commits
    • unknown's avatar
      row0sel.c: · c1733bc3
      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
      c1733bc3
    • unknown's avatar
      - fixed C++-style comments to make IBM C compiler happy · 6ddbaa1d
      unknown authored
      
      client/mysqlshow.c:
         - fixed C++-style comment to make IBM C compiler happy
      6ddbaa1d
    • unknown's avatar
      merge with 3.23 to get: · 1ce34eaf
      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
      1ce34eaf
    • unknown's avatar
      Code cleanup · 1138f84a
      unknown authored
      
      sql/sql_parse.cc:
        Removed not needed test
      1138f84a
  6. 14 Mar, 2003 6 commits
  7. 13 Mar, 2003 20 commits
  8. 12 Mar, 2003 1 commit