1. 07 Mar, 2003 1 commit
    • unknown's avatar
      An interim code cleanup. · ae41b4d9
      unknown authored
      Major re-write of code yet has to be done, to circumvent
      assigning of UNIT to current select and to deal better with 
      offset, limit.
      
      
      mysql-test/r/union.result:
        A fix of merge fix
      ae41b4d9
  2. 06 Mar, 2003 7 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
      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
    • unknown's avatar
      New error message for situation like: · 987a0d23
      unknown authored
      SELECT latin1_expr COLLATE anpther_charset_collation
      
      987a0d23
  7. 01 Mar, 2003 2 commits
    • unknown's avatar
      Replication: give the slave I/O thread a higher priority than the slave SQL thread · bb1e1649
      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.
      bb1e1649
    • unknown's avatar
      Added options reconnect/enable-reconnect/disable-reconnect/skip-reconnect to... · abe6013f
      unknown authored
      Added options reconnect/enable-reconnect/disable-reconnect/skip-reconnect to the 'mysql' command-line client.
      Disabling can be safer when the server silently dies & restarts.
      This is for SCRUM task #727.
      
      
      client/client_priv.h:
        Added options reconnect/enable-reconnect/disable-reconnect/skip-reconnect to the 'mysql' command-line client
      client/mysql.cc:
        Added options reconnect/enable-reconnect/disable-reconnect/skip-reconnect to the 'mysql' command-line client.
        Disabling can be safer when the server silently dies & restarts.
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      abe6013f