1. 04 Mar, 2003 3 commits
  2. 03 Mar, 2003 4 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 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
  3. 02 Mar, 2003 3 commits
    • 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
  4. 01 Mar, 2003 6 commits
    • 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
    • unknown's avatar
      Added options reconnect/enable-reconnect/disable-reconnect/skip-reconnect to... · e376fa61
      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
      e376fa61
    • unknown's avatar
      Merge work:/home/bk/mysql-4.1 · 67b5eb7f
      unknown authored
      into serg.mysql.com:/usr/home/serg/Abk/mysql-4.1
      
      
      BitKeeper/etc/ignore:
        auto-union
      sql/sql_select.cc:
        Auto merged
      67b5eb7f
    • unknown's avatar
      Test case for spatial objects. · d9b08701
      unknown authored
      d9b08701
    • unknown's avatar
      os_rename.c: · 9ef473b9
      unknown authored
        Typo fix.
      
      
      bdb/os_win32/os_rename.c:
        Typo fix.
      9ef473b9
    • unknown's avatar
      os_rename.c: · 4d3713d6
      unknown authored
        Portability fix. GetLongPathName is not supported by Windows95.
      
      
      bdb/os_win32/os_rename.c:
        Portability fix. GetLongPathName is not supported by Windows95.
      4d3713d6
  5. 28 Feb, 2003 12 commits
    • unknown's avatar
      Added GeometryFromText, MultiPointFromText aliases. · 77f8757a
      unknown authored
      Added GeometryCollection type.
      
      
      77f8757a
    • unknown's avatar
      item_func.cc: · da29142e
      unknown authored
        Fix for coercibility of function
      
      
      sql/item_func.cc:
        Fix for coercibility of function
      da29142e
    • unknown's avatar
      item_strfunc.cc: · 26231c23
      unknown authored
        Charset conversion function changes coercibility to IMPLICIT
      
      
      sql/item_strfunc.cc:
        Charset conversion function changes coercibility to IMPLICIT
      26231c23
    • unknown's avatar
      sql_yacc.yy: · 882aed0d
      unknown authored
        _charset cast changes coercibility to implicit
      item_strfunc.cc:
        Collation cast change coercibility to EXPLICIT
      
      
      sql/item_strfunc.cc:
        Collation cast change coercibility to EXPLICIT
      sql/sql_yacc.yy:
        _charset cast changes coercibility to implicit
      882aed0d
    • unknown's avatar
      Many files: · 1a2c7c18
      unknown authored
         Coercibility, initial stage
      item_func.h:
        Coercibility, initial stage
      
      
      sql/item_func.h:
        Coercibility, initial stage
      sql/item.cc:
         Coercibility, initial stage
      sql/item_create.cc:
         Coercibility, initial stage
      sql/item_create.h:
         Coercibility, initial stage
      sql/item.h:
         Coercibility, initial stage
      sql/item_func.cc:
         Coercibility, initial stage
      sql/lex.h:
         Coercibility, initial stage
      sql/sql_yacc.yy:
         Coercibility, initial stage
      1a2c7c18
    • unknown's avatar
      d9965d31
    • unknown's avatar
      Portability fixes · 2ef62c12
      unknown authored
      
      cmd-line-utils/libedit/readline.c:
        Portability fix (For IRIX)
      include/my_global.h:
        Portability fix (For Tru64)
      include/my_xml.h:
        Portability fix (True64)
        ('leave' is already defined)
      strings/xml.c:
        Portability fix (True64)
      2ef62c12
    • unknown's avatar
      Merge with 3.23 -> 4.0 · 21a32d75
      unknown authored
      
      configure.in:
        Auto merged
      include/config-win.h:
        Auto merged
      include/thr_lock.h:
        Auto merged
      mysql-test/Makefile.am:
        Auto merged
      sql/repl_failsafe.cc:
        Auto merged
      sql/slave.cc:
        Auto merged
      sql/sql_class.cc:
        Auto merged
      sql/sql_insert.cc:
        Auto merged
      sql/sql_show.cc:
        Auto merged
      sql/log_event.cc:
        merge
      sql/mysqld.cc:
        merge
      21a32d75
    • unknown's avatar
      Portability fixes · 352beccc
      unknown authored
      
      include/config-win.h:
        Removed wrong ;
      include/my_global.h:
        Portability fix for AIX
      352beccc
    • unknown's avatar
      Merge narttu.mysql.fi:/my/mysql-3.23 into narttu.mysql.fi:/my/mysql-4.0 · 654878ac
      unknown authored
      
      mysql-test/Makefile.am:
        Auto merged
      654878ac
    • unknown's avatar
      Added copying of *.slave-mi mysql-test files · 41e10e72
      unknown authored
      41e10e72
    • unknown's avatar
      func_group.result: · b5c46778
      unknown authored
        Added new tests for better coverage of
        min/max optimization code.
      func_group.test:
        Added new tests for better coverage of 
        min/max optimization code.
      opt_sum.cc:
        Fixed wrong previous manual merge.
        Fixed bugs concerning fields used in min/max
        functions for which there are conditions of
        the form field=const.
      
      
      sql/opt_sum.cc:
        Fixed wrong previous manual merge.
        Fixed bugs concerning fields used in min/max
        functions for which there are conditions of
        the form field=const.
      mysql-test/t/func_group.test:
        Added new test for better coverage of 
        min/max optimization code.
      mysql-test/r/func_group.result:
        Added new tests for better coverage of
        min/max optimization code.
      b5c46778
  6. 27 Feb, 2003 12 commits
    • unknown's avatar
      Added detection if pthread_attr_getstacksize() exists · e6dad704
      unknown authored
      Fixed bug in RAND() usage in mysqlbinlog
      
      
      configure.in:
        Added detection if pthread_attr_getstacksize() exists
      include/thr_lock.h:
        Fixed wrong comment
      sql/log_event.cc:
        Fixed bug in RAND() usage in mysqlbinlog
      sql/mysqld.cc:
        Portablity fix
      sql/repl_failsafe.cc:
        Set host_or_ip for system threads (to make other code simpler)
      sql/slave.cc:
        Set host_or_ip for system threads (to make other code simpler)
      sql/sql_class.cc:
        Set host_or_ip for system threads (to make other code simpler)
      sql/sql_insert.cc:
        Set host_or_ip for system threads (to make other code simpler)
      sql/sql_show.cc:
        Set host_or_ip for system threads (to make other code simpler)
      e6dad704
    • unknown's avatar
      sql_yacc.yy: · c00be6a6
      unknown authored
        set names binary  didn't work
        ,
      
      
      sql/sql_yacc.yy:
        set names binary  didn't work
        ,
      c00be6a6
    • unknown's avatar
      sql_yacc.yy, item_strfunc.cc: · f047e280
      unknown authored
        Two separate functions charset() and collatio()
      item_strfunc.h:
        Two separate functions charset() and collation()
      
      
      sql/item_strfunc.cc:
        Two separate functions charset() and collatio()
      sql/item_strfunc.h:
        Two separate functions charset() and collation()
      sql/sql_yacc.yy:
        Two separate functions charset() and collatio()
      f047e280
    • unknown's avatar
      fixed bug on case insensetive file systems · 4d1cb030
      unknown authored
      4d1cb030
    • unknown's avatar
    • unknown's avatar
      Merge ibabaev@work.mysql.com:/home/bk/mysql-4.1 · 98e8d472
      unknown authored
      into hundin.mysql.fi:/home/igor/dev/mysql-4.1
      
      
      98e8d472
    • unknown's avatar
      field.cc: · 14231ff5
      unknown authored
        Now all text fields convert data into proper charset before storing
      
      
      sql/field.cc:
        Now all text fields convert data into proper charset before storing
      14231ff5
    • unknown's avatar
      Merge ibabaev@work.mysql.com:/home/bk/mysql-4.1 · 593b2fc2
      unknown authored
      into hundin.mysql.fi:/home/igor/dev/mysql-4.1
      
      
      593b2fc2
    • unknown's avatar
      func_group.result, func_group.test: · c015eb9c
      unknown authored
        Added tests for extended max/min optimization
      opt_sum.cc:
        Extended min/max optimization
      
      
      sql/opt_sum.cc:
        Extended min/max optimization
      mysql-test/t/func_group.test:
        Added tests for extended max/min optimization
      mysql-test/r/func_group.result:
        Added tests for extended max/min optimization
      c015eb9c
    • unknown's avatar
      ctype_many.test: · 4d36263e
      unknown authored
        Insert constants with an explicit character set
      ctype_many.result:
        Fix according test change
      
      
      mysql-test/r/ctype_many.result:
        Fix according test change
      mysql-test/t/ctype_many.test:
        Insert constants with an explicit character set
      4d36263e
    • unknown's avatar
      field.cc: · e3b22fbb
      unknown authored
        rename len -> length, to look in common style
      
      
      sql/field.cc:
        rename len -> length, to look in common style
      e3b22fbb
    • unknown's avatar
      Merge work:/my/mysql-4.1 into narttu.mysql.fi:/my/mysql-4.1 · ea058779
      unknown authored
      
      sql/item_func.cc:
        Auto merged
      sql/lex.h:
        Auto merged
      sql/sql_show.cc:
        Auto merged
      ea058779