1. 30 May, 2003 13 commits
  2. 29 May, 2003 1 commit
  3. 28 May, 2003 6 commits
  4. 27 May, 2003 10 commits
  5. 26 May, 2003 10 commits
    • unknown's avatar
      Merge kishkin.ru:/home/wax/mysql-4n into kishkin.ru:/home/wax/mysql-4sm · b68d3f45
      unknown authored
      
      sql/mysqld.cc:
        Auto merged
      b68d3f45
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · a132e799
      unknown authored
      into narttu.mysql.fi:/my/mysql-4.1
      
      
      sql/field.h:
        Auto merged
      a132e799
    • unknown's avatar
      Portability fix · 1ef96d2b
      unknown authored
      1ef96d2b
    • unknown's avatar
      ixed wrong unlock of tables (new bug) · da9bf1de
      unknown authored
      
      sql/sql_delete.cc:
        Comment cleanup
      sql/sql_insert.cc:
        Comment cleanup
      sql/sql_load.cc:
        Comment cleanup
      sql/sql_update.cc:
        Fixed wrong unlock of tables.
        (Unlock must be done after writing to binary log
      da9bf1de
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · 926add9c
      unknown authored
      into mashka.mysql.fi:/home/my/mysql-4.1-narttu
      
      
      926add9c
    • unknown's avatar
      ha_innodb.cc: · cf381ae4
      unknown authored
        Remove accidenatlly committed debug printfs when query cache is used
      sql_update.cc, sql_load.cc, sql_insert.cc, sql_delete.cc:
        For the transactional query cache algorithm to work we must invalidate the query cache in INSERT/DELETE/UPDATE before writing to the binlog or calling ha_autocommit_... Note that binlog writing may also call commit. The crucial thing is that the transaction which modified data must not be committed BEFORE the query cache is invalidated.
      
      
      sql/sql_delete.cc:
        For the transactional query cache algorithm to work we must invalidate the query cache in INSERT/DELETE/UPDATE before writing to the binlog or calling ha_autocommit_... Note that binlog writing may also call commit. The crucial thing is that the transaction which modified data must not be committed BEFORE the query cache is invalidated.
      sql/sql_insert.cc:
        For the transactional query cache algorithm to work we must invalidate the query cache in INSERT/DELETE/UPDATE before writing to the binlog or calling ha_autocommit_... Note that binlog writing may also call commit. The crucial thing is that the transaction which modified data must not be committed BEFORE the query cache is invalidated.
      sql/sql_load.cc:
        For the transactional query cache algorithm to work we must invalidate the query cache in INSERT/DELETE/UPDATE before writing to the binlog or calling ha_autocommit_... Note that binlog writing may also call commit. The crucial thing is that the transaction which modified data must not be committed BEFORE the query cache is invalidated.
      sql/sql_update.cc:
        For the transactional query cache algorithm to work we must invalidate the query cache in INSERT/DELETE/UPDATE before writing to the binlog or calling ha_autocommit_... Note that binlog writing may also call commit. The crucial thing is that the transaction which modified data must not be committed BEFORE the query cache is invalidated.
      sql/ha_innodb.cc:
        Remove accidenatlly committed debug printfs when query cache is used
      cf381ae4
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · 1007a203
      unknown authored
      into mashka.mysql.fi:/home/my/mysql-4.1-narttu
      
      
      sql/field.cc:
        Auto merged
      sql/field.h:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      1007a203
    • unknown's avatar
      New 4.1 protocol; SQLSTATE, CLIENT_MULTI_RESULTS, client character set · 5d3eec14
      unknown authored
       
      
      
      Docs/internals.texi:
        Updated protocol information
      include/mysql.h:
        Added catalog to MYSQL_FIELD
        Added sqlstate handling to protocol
      include/mysql_com.h:
        New 4.1 protocol
      libmysql/libmysql.c:
        Added sqlstate handling
        Added CLIENT_MULTI_RESULTS
      sql/field.cc:
        Indentation cleanup
      sql/field.h:
        Indentation cleanup
      sql/mysql_priv.h:
        Changed arguments to close_connection()
      sql/mysqld.cc:
        Changed arguments to close_connection()
        Added checking of extra arguments to mysqld
      sql/protocol.cc:
        Fixed bug in TIME handling
        Added SQLSTATE on errors
        Removed net_send_error()
      sql/protocol.h:
        Removed net_send_error()
      sql/repl_failsafe.cc:
        Fixed arguments to close_connection()
      sql/sql_parse.cc:
        New 4.1 protocol
      5d3eec14
    • unknown's avatar
      --with-charset was not up to date · 720584b0
      unknown authored
      ctype_ucs2 and ctype_ujis were skipped in mistake
      
      
      720584b0
    • unknown's avatar
      Index.xml: · 12604089
      unknown authored
        cp1250_czech_ci was displayed even when not compiled-in in mistake.
      
      
      sql/share/charsets/Index.xml:
        cp1250_czech_ci was displayed even when not compiled-in in mistake.
      12604089