1. 30 May, 2003 1 commit
    • unknown's avatar
      character_set_server is now updatable · 097236f5
      unknown authored
      character_set_database was added
      Code optimization: reuse more code for all character sets variables
      
      
      sql/mysqld.cc:
        character_set_server is now updatable
        character_set_database was added
      sql/set_var.cc:
        character_set_server is now updatable
        character_set_database was added
      sql/set_var.h:
        character_set_server is now updatable
        character_set_database was added
      sql/sql_base.cc:
        character_set_server is now updatable
        character_set_database was added
      sql/sql_class.cc:
        character_set_server is now updatable
        character_set_database was added
      sql/sql_class.h:
        character_set_server is now updatable
        character_set_database was added
      sql/sql_db.cc:
        character_set_server is now updatable
        character_set_database was added
      sql/sql_load.cc:
        character_set_server is now updatable
        character_set_database was added
      sql/sql_table.cc:
        character_set_server is now updatable
        character_set_database was added
      sql/sql_yacc.yy:
        character_set_server is now updatable
        character_set_database was added
      BitKeeper/etc/ignore:
        Added scripts/mysql_create_system_tables to the ignore list
      097236f5
  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 · 3172515c
      unknown authored
      
      sql/mysqld.cc:
        Auto merged
      3172515c
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · 161ca635
      unknown authored
      into narttu.mysql.fi:/my/mysql-4.1
      
      
      sql/field.h:
        Auto merged
      161ca635
    • unknown's avatar
      Portability fix · 4adc3a1c
      unknown authored
      4adc3a1c
    • unknown's avatar
      ixed wrong unlock of tables (new bug) · 3950b703
      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
      3950b703
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · 0bc6cf9e
      unknown authored
      into mashka.mysql.fi:/home/my/mysql-4.1-narttu
      
      0bc6cf9e
    • unknown's avatar
      ha_innodb.cc: · 833277af
      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
      833277af
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · d4af689c
      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
      d4af689c
    • unknown's avatar
      New 4.1 protocol; SQLSTATE, CLIENT_MULTI_RESULTS, client character set · a8184622
      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
      a8184622
    • unknown's avatar
      --with-charset was not up to date · 54f47173
      unknown authored
      ctype_ucs2 and ctype_ujis were skipped in mistake
      
      54f47173
    • unknown's avatar
      Index.xml: · 8eecb5ab
      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.
      8eecb5ab
  6. 24 May, 2003 1 commit
    • unknown's avatar
      symlink.result: · 44ee73cf
      unknown authored
        Character set in this test results was displayed dispite the fact that the table has the same character set
      
      
      mysql-test/r/symlink.result:
        Character set in this test results was displayed dispite the fact that the table has the same character set
      44ee73cf
  7. 23 May, 2003 11 commits
    • unknown's avatar
      latin7.xml: · 6d1874e2
      unknown authored
        c
      Index.xml:
        Collation names form lati7 were mixed
      
      
      sql/share/charsets/Index.xml:
        Collation names form lati7 were mixed
      sql/share/charsets/latin7.xml:
        c
      6d1874e2
    • unknown's avatar
      BINARY collations for every character set · a253245a
      unknown authored
      a253245a
    • unknown's avatar
      009c0832
    • unknown's avatar
      Character set sets now check if required non-dynamic charsets were really compiled · 963e0cc7
      unknown authored
      
      BitKeeper/deleted/.del-ctype_ujis-master.opt~9f5cc09930fc1cf9:
        Delete: mysql-test/t/ctype_ujis-master.opt
      963e0cc7
    • unknown's avatar
      charset.c: · 776c175d
      unknown authored
        Bug fix: if latin2_czech_ci is not compiled, loader din't load other latin2 collations
      
      
      mysys/charset.c:
        Bug fix: if latin2_czech_ci is not compiled, loader din't load other latin2 collations
      776c175d
    • unknown's avatar
      convert.cc was removed · 591b6002
      unknown authored
      
      BitKeeper/deleted/.del-convert.cc~437689acaffb7446:
        Delete: sql/convert.cc
      591b6002
    • unknown's avatar
      SHOW FIELDS changes, more SQL99 INFORMATION_SCHEMA.COLUMNS compatibility: · adbc5e49
      unknown authored
      Character set is not displayed in "Type" column anymore
      In "Collation" column NULL instead of BINARY is now displayd for for non-character data types
      
      
      mysql-test/r/alter_table.result:
        Character set is not displayed in "Type" column of SHOW FIELDS anymore
      mysql-test/r/create.result:
        Character set is not displayed in "Type" column of SHOW FIELDS anymore
      mysql-test/r/ctype_collate.result:
        Character set is not displayed in "Type" column of SHOW FIELDS anymore
      mysql-test/r/ctype_recoding.result:
        Character set is not displayed in "Type" column of SHOW FIELDS anymore
      mysql-test/r/gis.result:
        Character set is not displayed in "Type" column of SHOW FIELDS anymore
      mysql-test/r/innodb.result:
        Character set is not displayed in "Type" column of SHOW FIELDS anymore
      mysql-test/r/select.result:
        Character set is not displayed in "Type" column of SHOW FIELDS anymore
      mysql-test/r/show_check.result:
        Character set is not displayed in "Type" column of SHOW FIELDS anymore
      mysql-test/r/type_blob.result:
        Character set is not displayed in "Type" column of SHOW FIELDS anymore
      mysql-test/r/type_float.result:
        Character set is not displayed in "Type" column of SHOW FIELDS anymore
      mysql-test/r/type_ranges.result:
        Character set is not displayed in "Type" column of SHOW FIELDS anymore
      sql/field.cc:
        Character set is not displayed in "Type" column of SHOW FIELDS anymore
      sql/field.h:
        Character set is not displayed in "Type" column of SHOW FIELDS anymore
      sql/sql_show.cc:
        Character set is not displayed in "Type" column of SHOW FIELDS anymore
      adbc5e49
    • unknown's avatar
      Merge abarkov@build.mysql.com:/home/bk/mysql-4.1 · d27dca2e
      unknown authored
      into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1
      
      d27dca2e
    • unknown's avatar
      CREATE TABLE t1 SELECT left(_latin2'a',1) didn't work, the charset got lost · e9b97f9c
      unknown authored
      Collation and coercibility tests for string functions
      
      
      mysql-test/r/func_str.result:
        Collation and coercibility tests for string functions
      mysql-test/t/func_str.test:
        Collation and coercibility tests for string functions
      sql/item_strfunc.cc:
        Collation and coercibility tests for string functions
      e9b97f9c
    • unknown's avatar
      Merge miguel@bk-internal.mysql.com:/home/bk/mysql-4.1 · 5b68cd7f
      unknown authored
      into light.hegel.local:C:/mysql-dev/mysql-4.1
      
      5b68cd7f
    • unknown's avatar
      Translation English -> Protuguese · 4d39459a
      unknown authored
      
      sql/share/portuguese/errmsg.txt:
        Translation English -> Portuguese
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      4d39459a