1. 23 May, 2003 12 commits
    • 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
    • unknown's avatar
      More tests for system functions · 64ed5b36
      unknown authored
      64ed5b36
    • unknown's avatar
      Automatic conversion into supersets (utf8, ucs2) for comparison in some cases · 385cd783
      unknown authored
      USER(), DATABASE() and VERSION() return in utf8 now
      
      385cd783
  2. 22 May, 2003 7 commits
    • unknown's avatar
      Cleaning DROP TABLE which is important if the tests are run in a certain order. · 52706824
      unknown authored
      This is because rpl_relayrotate.test uses InnoDB.
      Example of a failing sequence:
      rpl_relayrotate.test repl_user_variables.test rpl_relayrotate.test
      Explaination in the files.
      Btw all other tests which use InnoDB (innodb*.test) already have this final
      DROP TABLE.
      Removed a wrong comment of mine.
      
      
      mysql-test/r/rpl_relayrotate.result:
        result update
      mysql-test/t/rpl_relayrotate.test:
        cleaning DROP TABLE which is important if the tests are run in a certain order.
      52706824
    • unknown's avatar
    • unknown's avatar
      mysqld.cc: · 854e112d
      unknown authored
        default_collation is now displayed correctly in mysqld --help
        mysqld --help now displays default_collation corretly, according to --default-character-set
      
      
      sql/mysqld.cc:
        default_collation is now displayed correctly in mysqld --help
      854e112d
    • unknown's avatar
      Variables were rename, binary collation names were added · 6883f9ea
      unknown authored
      Fixed that SHOW CHARACTER SET displayed non-dynamic charsets even if they were not really compiled
      
      6883f9ea
    • unknown's avatar
      Index.xml: · ce4167ac
      unknown authored
        Typos fixes
      
      
      sql/share/charsets/Index.xml:
        Typos fixes
      ce4167ac
    • unknown's avatar
      mysqlimport.c, mysqldump.c, mysqlcheck.c: · c3a373e6
      unknown authored
        Bug fix: latin1 is not compiled charset and is not specified..
      mysql.cc:
        Bug fix: latin1 is not compiled charset and is not specified...
      
      
      client/mysql.cc:
        Bug fix: latin1 is not compiled charset and is not specified...
      client/mysqlcheck.c:
        Bug fix: latin1 is not compiled charset and is not specified..
      client/mysqldump.c:
        Bug fix: latin1 is not compiled charset and is not specified..
      client/mysqlimport.c:
        Bug fix: latin1 is not compiled charset and is not specified..
      c3a373e6
    • unknown's avatar
      Updated results & after merge fix · 12c77750
      unknown authored
      
      BitKeeper/etc/ignore:
        added include/readline/*.h
      mysql-test/r/create.result:
        Update results
      mysql-test/r/loaddata.result:
        Updated results
      sql/mysqld.cc:
        Fix after merge
      12c77750
  3. 21 May, 2003 17 commits
    • unknown's avatar
      merge · c23102ab
      unknown authored
      
      VC++Files/libmysql/libmysql.dsp:
        Auto merged
      client/mysqlbinlog.cc:
        Auto merged
      include/my_sys.h:
        Auto merged
      libmysql/libmysql.def:
        Auto merged
      mysql-test/r/create.result:
        Auto merged
      mysql-test/r/group_by.result:
        Auto merged
      mysql-test/r/key.result:
        Auto merged
      mysql-test/r/myisam.result:
        Auto merged
      mysql-test/r/null_key.result:
        Auto merged
      mysql-test/r/order_by.result:
        Auto merged
      mysql-test/r/type_decimal.result:
        Auto merged
      mysql-test/r/variables.result:
        Auto merged
      mysql-test/t/ctype_latin1_de-master.opt:
        Auto merged
      mysql-test/t/variables.test:
        Auto merged
      mysys/charset.c:
        Auto merged
      sql/field.cc:
        Auto merged
      sql/field.h:
        Auto merged
      sql/item.h:
        Auto merged
      sql/item_func.cc:
        Auto merged
      sql/item_strfunc.cc:
        Auto merged
      sql/log_event.cc:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      sql/set_var.cc:
        Auto merged
      sql/set_var.h:
        Auto merged
      sql/sql_class.h:
        Auto merged
      sql/sql_insert.cc:
        Auto merged
      sql/sql_load.cc:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      sql/sql_table.cc:
        Auto merged
      sql/sql_update.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      sql/share/czech/errmsg.txt:
        Auto merged
      sql/share/danish/errmsg.txt:
        Auto merged
      sql/share/dutch/errmsg.txt:
        Auto merged
      sql/share/english/errmsg.txt:
        Auto merged
      sql/share/estonian/errmsg.txt:
        Auto merged
      sql/share/french/errmsg.txt:
        Auto merged
      sql/share/german/errmsg.txt:
        Auto merged
      sql/share/greek/errmsg.txt:
        Auto merged
      sql/share/hungarian/errmsg.txt:
        Auto merged
      sql/share/italian/errmsg.txt:
        Auto merged
      sql/share/japanese/errmsg.txt:
        Auto merged
      sql/share/korean/errmsg.txt:
        Auto merged
      sql/share/norwegian-ny/errmsg.txt:
        Auto merged
      sql/share/norwegian/errmsg.txt:
        Auto merged
      sql/share/portuguese/errmsg.txt:
        Auto merged
      sql/share/romanian/errmsg.txt:
        Auto merged
      sql/share/russian/errmsg.txt:
        Auto merged
      sql/share/slovak/errmsg.txt:
        Auto merged
      sql/share/spanish/errmsg.txt:
        Auto merged
      sql/share/swedish/errmsg.txt:
        Auto merged
      sql/share/ukrainian/errmsg.txt:
        Auto merged
      c23102ab
    • unknown's avatar
      After merge fixes · 7dd91a0e
      unknown authored
      Added initialization of all important global variables
      
      
      BUILD/SETUP.sh:
        build with readline
      client/mysqltest.c:
        Added variable SERVER_VERSION
      myisam/mi_key.c:
        Indentation change
      myisam/mi_open.c:
        After merge fix
      myisam/mi_range.c:
        After merge fix
      myisam/mi_rkey.c:
        After merge fix
      myisam/mi_search.c:
        After merge fix
      myisam/myisamdef.h:
        After merge fix
      mysql-test/include/not_embedded.inc:
        Fix test (because of wrong utf8 test)
      mysql-test/r/alter_table.result:
        Updated results after merge
      mysql-test/r/create.result:
        Updated results after merge
      mysql-test/r/ctype_recoding.result:
        Updated results after merge
      mysql-test/r/fulltext.result:
        Updated results after merge
      mysql-test/r/func_group.result:
        Updated results after merge
      mysql-test/r/group_by.result:
        Updated results after merge
      mysql-test/r/innodb.result:
        Updated results after merge
      mysql-test/r/join_outer.result:
        Updated results after merge
      mysql-test/r/null_key.result:
        Updated results after merge
      mysql-test/r/order_by.result:
        Updated results after merge
      mysql-test/r/query_cache.result:
        Updated results after merge
      mysql-test/r/repair.result:
        Updated results after merge
      mysql-test/r/rpl_flush_tables.result:
        Updated results after merge
      mysql-test/r/union.result:
        Updated results after merge
      mysql-test/r/update.result:
        Updated results after merge
      mysql-test/t/ansi.test:
        After merge fixes
      mysql-test/t/create.test:
        After merge fixes
      mysql-test/t/ctype_recoding.test:
        After merge fixes
      mysql-test/t/ctype_ujis.test:
        After merge fixes
      mysql-test/t/fulltext.test:
        After merge fixes
      mysql-test/t/innodb.test:
        After merge fixes
      mysql-test/t/join_outer.test:
        After merge fixes
      mysql-test/t/loaddata.test:
        After merge fixes
      mysql-test/t/order_by.test:
        After merge fixes
      mysql-test/t/rpl_flush_tables.test:
        After merge fixes
      mysql-test/t/status.test:
        After merge fixes
      mysql-test/t/subselect.test:
        After merge fixes
      sql/convert.cc:
        Code cleanup
      sql/field.cc:
        After merge fixes
      sql/filesort.cc:
        Remove compiler warning
      sql/item.cc:
        More efficient set_name() (no mallocs)
      sql/item_cmpfunc.cc:
        Code Code cleanup
        Item_bool_func2::fix_fields() added to get error handling right for cmp_charset
      sql/item_cmpfunc.h:
        New prototypes
      sql/item_func.cc:
        After merge fix
      sql/item_strfunc.cc:
        Faster check for BINARY
      sql/log_event.cc:
        Comment cleanup
      sql/mysql_priv.h:
        New prototypes and variables
      sql/mysqld.cc:
        Added initialization of all important global variables.
        Cleanup of variable declarations
        This is needed ot make the embedded version restartable
      sql/opt_sum.cc:
        After merge fix
      sql/set_var.cc:
        Code cleanup
      sql/sql_acl.cc:
        After merge fix
        Better error message
      sql/sql_db.cc:
        After merge fix
      sql/sql_derived.cc:
        After merge fix
      sql/sql_insert.cc:
        Indentation cleanups
      sql/sql_list.h:
        Added empty() to base_ilist
      sql/sql_parse.cc:
        After merge fix
      sql/sql_select.cc:
        After merge fix
        Fixed derived name handling in EXPLAIN
      sql/sql_show.cc:
        After merge fix
      sql/sql_string.cc:
        Made copy_and_convert global
      sql/sql_string.h:
        Made copy_and_convert global
      sql/sql_update.cc:
        After merge fix
      sql/sql_yacc.yy:
        After merge fix
      sql/thr_malloc.cc:
        Added sql_strmake_with_convert()
      sql/unireg.h:
        Added MAX_ALIAS_NAME
      strings/ctype-ujis.c:
        Fixed bug in converting to ujis
      7dd91a0e
    • unknown's avatar
      Some SHOW VARIABLES have been renamed: · 1bc4c113
      unknown authored
      collation_client  -> character_set_client
      collation_results -> character_set_results
      character_set     -> character_set_server
      
      SET NAMES now doesn't start client->server conversion
      SET CHARACTER SET now starts both client->server and server->client conversion
      
      1bc4c113
    • unknown's avatar
      UCS2 and UTF8 are in separate files now · 39873485
      unknown authored
      39873485
    • unknown's avatar
      Merge abarkov@build.mysql.com:/home/bk/mysql-4.1 · 5d48bfdc
      unknown authored
      into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1
      
      
      sql/set_var.cc:
        Auto merged
      5d48bfdc
    • unknown's avatar
      "character_sets" has been removed from SHOW VARIABLES. Use SHOW CHARACTER SET instead. · 0e2f1990
      unknown authored
       "character_set_system" has been added to display the system character set
      
      0e2f1990
    • unknown's avatar
      Merge abarkov@build.mysql.com:/home/bk/mysql-4.1 · 418113d4
      unknown authored
      into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1
      
      418113d4
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · 21c1c0a2
      unknown authored
      into myvenu.com:/home/venu/work/sql/dev-4.1
      
      21c1c0a2
    • unknown's avatar
      Fix merge conflict by changing warning codes to new one · 2513f33b
      unknown authored
      
      mysql-test/t/warnings.test:
        Fix merge conflict by changing warning code
      mysql-test/r/create.result:
        Fix merge conflict
      mysql-test/r/warnings.result:
        Fix merge conflict
      sql/share/english/errmsg.txt:
        Fix the merge conflict
      2513f33b
    • unknown's avatar
      client_test.c: · b579ec19
      unknown authored
        Updated protocol test
      
      
      tests/client_test.c:
        Updated protocol test
      b579ec19
    • unknown's avatar
      Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1 · 74e0fdc5
      unknown authored
      into mysql.r18.ru:/usr/home/ram/work/mysql-4.1.latest
      
      74e0fdc5
    • unknown's avatar
      Two separate startup arguments for mysqld: · ec4a7fdd
      unknown authored
      --default-character-set and --default-collation 
      
      ec4a7fdd
    • unknown's avatar
      Added AsBinary alias for AsWKB function. · b026af91
      unknown authored
      
      sql/lex.h:
        Added AsBinary alias for AsWKB funtion.
      b026af91
    • unknown's avatar
      Resolve merge conflict · 0cb24b5e
      unknown authored
      0cb24b5e
    • unknown's avatar
      Resolve merge colflict · 91c481e3
      unknown authored
      
      mysql-test/r/create.result:
        Auto merged
      mysql-test/r/isam.result:
        Auto merged
      mysql-test/r/subselect.result:
        Auto merged
      scripts/make_win_src_distribution.sh:
        Auto merged
      sql/field.cc:
        Auto merged
      sql/field.h:
        Auto merged
      sql/sql_insert.cc:
        Auto merged
      sql/sql_load.cc:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      sql/sql_table.cc:
        Auto merged
      sql/sql_update.cc:
        Auto merged
      include/mysqld_error.h:
        Resolve merge colflict by changing the warning codes
      91c481e3
    • unknown's avatar
      Fix for Windows build by adding pack.c to appropriate .dsp files · bea0806e
      unknown authored
      
      libmysql/libmysql.c:
        Fix for Windows builds
      VC++Files/client/mysqlclient.dsp:
        Added pack.c
      VC++Files/libmysql/libmysql.dsp:
        Added pack.c
      bea0806e
    • unknown's avatar
      Added mysql_fetch_column function · cac3a402
      unknown authored
      Added MYSQL_TYPE_NULL as a dummy bind case for fetch buffers
      Fix for offset based re-fetch using mysql_fetch_column
      Misc cleanups for ODBC compatibility
      
      
      include/mysql.h:
        Fix for offset based re-fetch using mysql_fetch_column
      libmysql/libmysql.c:
        Added mysql_fetch_column function
        Added MYSQL_TYPE_NULL as a dummy bind case for fetch buffers
      libmysql/libmysql.def:
        Updated new APIs
      cac3a402
  4. 20 May, 2003 4 commits