1. 07 Mar, 2003 2 commits
    • unknown's avatar
      sql_acl.cc, item.h: · 11da9ded
      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
      11da9ded
    • unknown's avatar
      New syntax to change client collation: · 8d9d12d1
      unknown authored
      SET COLLATION latin1
      SET COLLATION 'latin1'
      SET COLLATION DEFAULT
      
      
      8d9d12d1
  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 · a8c01369
      unknown authored
      into myvenu.com:/home/venu/work/sql/dev-4.1
      
      
      a8c01369
    • unknown's avatar
      sql_prepare.cc: · df22e3c2
      unknown authored
        Remove the unused code (from previous commit)
      
      
      sql/sql_prepare.cc:
        Remove the unused code (from previous commit)
      df22e3c2
    • unknown's avatar
      Fix EXPLAIN bug with binary protocol · ade3fbc3
      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
      ade3fbc3
    • unknown's avatar
      - added missing file mysql-test/std_data/des_key_file to source and binary · b10c79a8
      unknown authored
         distribution to fix a test failure in test "func_encrypt"
      
      
      b10c79a8
    • unknown's avatar
      Merge gweir@work.mysql.com:/home/bk/mysql-4.1 · c18b50d5
      unknown authored
      into mysql.com:/home/greg/bk/mysql-4.1
      
      
      c18b50d5
    • unknown's avatar
      Many files: · 5f1f2216
      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
      5f1f2216
    • unknown's avatar
      Merge abarkov@work.mysql.com:/home/bk/mysql-4.1 · 693d76ff
      unknown authored
      into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1
      
      
      693d76ff
    • unknown's avatar
      SELECT BINARY expr · 92754ae2
      unknown authored
        is now synonim for
      SELECT expr COLLATE <expr_charset>_bin
      
      
      92754ae2
    • unknown's avatar
      novell41.patch · 4d9b1f3b
      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
      4d9b1f3b
    • unknown's avatar
      stringcmp() and sortcmp() have been unified · 3cbb978d
      unknown authored
      into the only one sortcmp() with additional
      CHARSET_INFO *cmp_charset argument.
      
      
      3cbb978d
    • unknown's avatar
      Fix for reading variables from binary log. · 9dfa4eb6
      unknown authored
      9dfa4eb6
    • unknown's avatar
      Fix for using unitialized mutex when running version compiled with --debug · 6d1ab231
      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
      6d1ab231
    • unknown's avatar
      Fix for SHOW, it didn't display CHARACTER SET and COLLATE clause · 7e2aca56
      unknown authored
      for binary collations
      
      
      7e2aca56
    • unknown's avatar
      Every character set now has binary collation · 9d02a87c
      unknown authored
      9d02a87c
  5. 03 Mar, 2003 5 commits
    • unknown's avatar
      Do not give an error when the user does START SLAVE on an already · a4982223
      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.
      a4982223
    • unknown's avatar
      Merge work.mysql.com:/home/bk/mysql-4.1 · 5931e8b1
      unknown authored
      into myvenu.com:/home/venu/work/sql/dev-4.1
      
      
      5931e8b1
    • unknown's avatar
      Merge rkalimullin@work.mysql.com:/home/bk/mysql-4.1 · c68620e6
      unknown authored
      into mysql.r18.ru:/usr/home/ram/work/mysql-4.1
      
      
      c68620e6
    • unknown's avatar
      Coercibility is now stored in user vars · 48df5b75
      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
      48df5b75
    • unknown's avatar
      Strings which appear without charset context, · 310545ad
      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.
      
      
      310545ad
  6. 02 Mar, 2003 5 commits
    • unknown's avatar
      Fix for the windows src distribution script - SCRUM: · 8fed78b6
      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
      8fed78b6
    • unknown's avatar
      URGENT fixed bug in shared memory (handler_count) · 0da0ce93
      unknown authored
      
      sql/mysqld.cc:
        fixed bug in shared memory
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      0da0ce93
    • unknown's avatar
      COLLATE tests · 16cdf759
      unknown authored
      16cdf759
    • unknown's avatar
      sql_yacc.yy: · 08387526
      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
      08387526
    • unknown's avatar
      New error message for situation like: · 10190533
      unknown authored
      SELECT latin1_expr COLLATE anpther_charset_collation
      
      
      10190533
  7. 01 Mar, 2003 1 commit
    • unknown's avatar
      Replication: give the slave I/O thread a higher priority than the slave SQL thread · 0d19df2f
      unknown authored
      so that it has fetched the most from the master's binlog before the master
      accidently dies. SCRUM task #756.
      
      
      sql/slave.cc:
        Replication: give the slave I/O thread a higher priority than the slave SQL thread
        so that it has fetched the most from the master's binlog before the master
        accidently dies.
      sql/slave.h:
        Replication: give the slave I/O thread a higher priority than the slave SQL thread
        so that it has fetched the most from the master's binlog before the master
        accidently dies.
      0d19df2f