1. 07 Mar, 2003 4 commits
    • unknown's avatar
      item_func.cc, item_cmpfunc.cc, unireg.cc, table.cc, sql_base.cc: · 0fbfdcfb
      unknown authored
        some default_charset_info were removed
      
      
      sql/sql_base.cc:
        some default_charset_info were removed
      sql/table.cc:
        some default_charset_info were removed
      sql/unireg.cc:
        some default_charset_info were removed
      sql/item_cmpfunc.cc:
        some default_charset_info were removed
      sql/item_func.cc:
        some default_charset_info were removed
      0fbfdcfb
    • unknown's avatar
      sql_load.cc: · e16e9b75
      unknown authored
        LOAD DATA INFILE now uses database character set instead of server character set. This is not excellent but at least allows to load for example cyrillic data into cyrillic database if server charset is latin1. In the future we should add a syntax to specify file charset or evern charset of each field.
      
      
      sql/sql_load.cc:
        LOAD DATA INFILE now uses database character set instead of server character set. This is not excellent but at least allows to load for example cyrillic data into cyrillic database if server charset is latin1. In the future we should add a syntax to specify file charset or evern charset of each field.
      e16e9b75
    • unknown's avatar
      sql_acl.cc, item.h: · 57ca912f
      unknown authored
        use of new argument
      sql_analyse.h:
        macros from mysql_priv.h. Should be deleted soon.
      mysql_priv.h:
        _default_charset_info has been removed
      item_cmpfunc.h:
        Use cmp_charset
      hostname.cc, hash_filo.h:
        Move charset to constructor argument
      
      
      sql/hash_filo.h:
        Move charset to constructor argument
      sql/hostname.cc:
        Move charset to constructor argument
      sql/item_cmpfunc.h:
        Use cmp_charset
      sql/mysql_priv.h:
        _default_charset_info has been removed
      sql/sql_analyse.h:
        macros from mysql_priv.h. Should be deleted soon.
      sql/item.h:
        use of new argument
      sql/sql_acl.cc:
        use of new argument
      57ca912f
    • unknown's avatar
      New syntax to change client collation: · cc9971ec
      unknown authored
      SET COLLATION latin1
      SET COLLATION 'latin1'
      SET COLLATION DEFAULT
      
      cc9971ec
  2. 06 Mar, 2003 6 commits
  3. 05 Mar, 2003 7 commits
  4. 04 Mar, 2003 14 commits
    • unknown's avatar
      Merge work.mysql.com:/home/bk/mysql-4.1 · 36f6ae2d
      unknown authored
      into myvenu.com:/home/venu/work/sql/dev-4.1
      
      36f6ae2d
    • unknown's avatar
      sql_prepare.cc: · 7b497c66
      unknown authored
        Remove the unused code (from previous commit)
      
      
      sql/sql_prepare.cc:
        Remove the unused code (from previous commit)
      7b497c66
    • unknown's avatar
      Fix EXPLAIN bug with binary protocol · 6e5ddca3
      unknown authored
      Added new client tests (EXPLAIN + DECIMAL conv)
      
      
      
      sql/sql_prepare.cc:
        Fix EXPLAIN bug with binary protocol
      tests/client_test.c:
        New tests for EXPLAIN + DECIMAL conv
      6e5ddca3
    • unknown's avatar
      - added missing file mysql-test/std_data/des_key_file to source and binary · d92ba55e
      unknown authored
         distribution to fix a test failure in test "func_encrypt"
      
      d92ba55e
    • unknown's avatar
      Merge gweir@work.mysql.com:/home/bk/mysql-4.1 · d8d2d68d
      unknown authored
      into mysql.com:/home/greg/bk/mysql-4.1
      
      d8d2d68d
    • unknown's avatar
      Many files: · 24a3f44b
      unknown authored
        Change mode to -rwxrwxr-x
      
      
      netware/BUILD/compile-AUTOTOOLS:
        Change mode to -rwxrwxr-x
      netware/BUILD/compile-linux-tools:
        Change mode to -rwxrwxr-x
      netware/BUILD/compile-netware-END:
        Change mode to -rwxrwxr-x
      netware/BUILD/compile-netware-START:
        Change mode to -rwxrwxr-x
      netware/BUILD/compile-netware-all:
        Change mode to -rwxrwxr-x
      netware/BUILD/compile-netware-debug:
        Change mode to -rwxrwxr-x
      netware/BUILD/compile-netware-standard:
        Change mode to -rwxrwxr-x
      netware/BUILD/mwasmnlm:
        Change mode to -rwxrwxr-x
      netware/BUILD/mwccnlm:
        Change mode to -rwxrwxr-x
      netware/BUILD/mwenv:
        Change mode to -rwxrwxr-x
      netware/BUILD/mwldnlm:
        Change mode to -rwxrwxr-x
      24a3f44b
    • unknown's avatar
      Merge abarkov@work.mysql.com:/home/bk/mysql-4.1 · 3944df95
      unknown authored
      into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1
      
      3944df95
    • unknown's avatar
      SELECT BINARY expr · 5033a0ef
      unknown authored
        is now synonim for
      SELECT expr COLLATE <expr_charset>_bin
      
      5033a0ef
    • unknown's avatar
      novell41.patch · faf34247
      unknown authored
      
      BitKeeper/deleted/.del-libmysqld.def~6ca0fa0537a3431c:
        Delete: netware/libmysqld.def
      BitKeeper/deleted/.del-mwenv~35c8b56062f4b6aa:
        Delete: netware/mw/mwenv
      BitKeeper/deleted/.del-nwconfigure~86da352b5e031ed9:
        Delete: netware/nwconfigure
      netware/BUILD/mwasmnlm:
        Import patch novell41.patch
      netware/BUILD/mwccnlm:
        Import patch novell41.patch
      netware/BUILD/mwldnlm:
        Import patch novell41.patch
      netware/BUILD/nwbootstrap:
        Import patch novell41.patch
      scripts/make_binary_distribution.sh:
        Import patch novell41.patch
      faf34247
    • unknown's avatar
      stringcmp() and sortcmp() have been unified · 2c248ae2
      unknown authored
      into the only one sortcmp() with additional
      CHARSET_INFO *cmp_charset argument.
      
      2c248ae2
    • unknown's avatar
      Fix for reading variables from binary log. · 4d0e427d
      unknown authored
      4d0e427d
    • unknown's avatar
      Fix for using unitialized mutex when running version compiled with --debug · 57ccb392
      unknown authored
      
      include/mysql_embed.h:
        Disable shared memory for embedded version
      libmysqld/lib_sql.cc:
        Fix for --debug version (init_thread_environment was called in wrong place)
      sql/log_event.h:
        Portability fix
      sql/mysqld.cc:
        Fix for --debug version (init_thread_environment was called in wrong place)
      sql/sql_parse.cc:
        Simply code cleanup
      57ccb392
    • unknown's avatar
      Fix for SHOW, it didn't display CHARACTER SET and COLLATE clause · 58d1bdf2
      unknown authored
      for binary collations
      
      58d1bdf2
    • unknown's avatar
      Every character set now has binary collation · 706bf776
      unknown authored
      706bf776
  5. 03 Mar, 2003 5 commits
    • unknown's avatar
      Do not give an error when the user does START SLAVE on an already · c856a692
      unknown authored
      running slave, just give a warning. Same thing for STOP SLAVE.
      This will make scripts writing easier for users.
      
      
      include/mysqld_error.h:
        New error codes (warning codes in fact) to warn that the slave was already started or stopped
      mysql-test/include/master-slave.inc:
        STOP SLAVE now prints a warning, not an error, so we should expect a warning here
      sql/share/czech/errmsg.txt:
        New messages to warn that the slave was already started or stopped
      sql/share/danish/errmsg.txt:
        New messages to warn that the slave was already started or stopped
      sql/share/dutch/errmsg.txt:
        New messages to warn that the slave was already started or stopped
      sql/share/english/errmsg.txt:
        New messages to warn that the slave was already started or stopped
      sql/share/estonian/errmsg.txt:
        New messages to warn that the slave was already started or stopped
      sql/share/french/errmsg.txt:
        New messages to warn that the slave was already started or stopped
      sql/share/german/errmsg.txt:
        New messages to warn that the slave was already started or stopped
      sql/share/greek/errmsg.txt:
        New messages to warn that the slave was already started or stopped
      sql/share/hungarian/errmsg.txt:
        New messages to warn that the slave was already started or stopped
      sql/share/italian/errmsg.txt:
        New messages to warn that the slave was already started or stopped
      sql/share/japanese/errmsg.txt:
        New messages to warn that the slave was already started or stopped
      sql/share/korean/errmsg.txt:
        New messages to warn that the slave was already started or stopped
      sql/share/norwegian-ny/errmsg.txt:
        New messages to warn that the slave was already started or stopped
      sql/share/norwegian/errmsg.txt:
        New messages to warn that the slave was already started or stopped
      sql/share/polish/errmsg.txt:
        New messages to warn that the slave was already started or stopped
      sql/share/portuguese/errmsg.txt:
        New messages to warn that the slave was already started or stopped
      sql/share/romanian/errmsg.txt:
        New messages to warn that the slave was already started or stopped
      sql/share/russian/errmsg.txt:
        New messages to warn that the slave was already started or stopped
      sql/share/serbian/errmsg.txt:
        New messages to warn that the slave was already started or stopped
      sql/share/slovak/errmsg.txt:
        New messages to warn that the slave was already started or stopped
      sql/share/spanish/errmsg.txt:
        New messages to warn that the slave was already started or stopped
      sql/share/swedish/errmsg.txt:
        New messages to warn that the slave was already started or stopped
      sql/share/ukrainian/errmsg.txt:
        New messages to warn that the slave was already started or stopped
      sql/sql_repl.cc:
        Do not give an error when the user does START SLAVE on an already
        running slave, just give a warning. Same thing for STOP SLAVE.
      c856a692
    • unknown's avatar
      Merge work.mysql.com:/home/bk/mysql-4.1 · f727a32e
      unknown authored
      into myvenu.com:/home/venu/work/sql/dev-4.1
      
      f727a32e
    • unknown's avatar
      Merge rkalimullin@work.mysql.com:/home/bk/mysql-4.1 · 47c86db5
      unknown authored
      into mysql.r18.ru:/usr/home/ram/work/mysql-4.1
      
      47c86db5
    • unknown's avatar
      Coercibility is now stored in user vars · 67abbc0b
      unknown authored
      
      sql/item.h:
        Change constant values order according to the word "coercibility" nature
      sql/item_func.cc:
        Change constant values order according to the word "coercibility" nature
      67abbc0b
    • unknown's avatar
      Strings which appear without charset context, · bf56f26c
      unknown authored
      like number-to-string-convertion-result, now 
      takes current database character set, instead of
      thread character set. This makes it easy to be
      SQL99 conformant and 4.0 compatible.
      
      Item->thd_charset() is renamed to Item->default_charset()
      as old name doesn't describe its nature anymore.
      
      bf56f26c
  6. 02 Mar, 2003 4 commits
    • unknown's avatar
      Fix for the windows src distribution script - SCRUM: · 3ebe6ef9
      unknown authored
        -- To take care of .zip and .tar
        -- Initialization of 'data' directory without any host dependancy data
        -- Incorporate all changes from Monty
      
      
      scripts/make_win_src_distribution.sh:
        Fix to take care of .zip and initialization of 'data' directory
      scripts/mysql_install_db.sh:
        Changes for Windows related though 'WINDOWS' flag
      3ebe6ef9
    • unknown's avatar
      URGENT fixed bug in shared memory (handler_count) · 094c1989
      unknown authored
      
      sql/mysqld.cc:
        fixed bug in shared memory
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      094c1989
    • unknown's avatar
      COLLATE tests · 4c71ecf9
      unknown authored
      4c71ecf9
    • unknown's avatar
      sql_yacc.yy: · 073ba9f8
      unknown authored
        Produce an error when a field collation and charset are not compatible
      
      
      sql/sql_yacc.yy:
        Produce an error when a field collation and charset are not compatible
      073ba9f8