1. 28 Feb, 2003 5 commits
    • 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
  2. 27 Feb, 2003 6 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
    • 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
    • unknown's avatar
      Merge with 4.0 · e943ca1f
      unknown authored
      
      mysql-test/r/bigint.result:
        Auto merged
      mysql-test/t/bigint.test:
        Auto merged
      sql/ha_innodb.cc:
        Auto merged
      sql/sql_lex.cc:
        Auto merged
      sql/sql_load.cc:
        Auto merged
      sql/item.h:
        merge (use local copy)
      sql/sql_show.cc:
        merge
      e943ca1f
    • unknown's avatar
      Portability fixes · 669cbe6e
      unknown authored
      Don't define crc32 if we are not linking with gzip
      
      
      cmd-line-utils/libedit/libedit_term.h:
        Rename: cmd-line-utils/libedit/term.h -> cmd-line-utils/libedit/libedit_term.h
      BitKeeper/etc/ignore:
        added scripts/make_win_src_distribution
      client/connect_test.c:
        Removed wrong include file
        (my_global.h should never be included by an external client)
      client/insert_test.c:
        Removed wrong include file
        (my_global.h should never be included by an external client)
      client/select_test.c:
        Removed wrong include file
        (my_global.h should never be included by an external client)
      cmd-line-utils/libedit/Makefile.am:
        Portability fixes (for HPUX11 and AIX)
      cmd-line-utils/libedit/el.h:
        Portability fixes (for HPUX11 and AIX)
      cmd-line-utils/libedit/key.h:
        Portability fixes (for HPUX11 and AIX)
      cmd-line-utils/libedit/makelist:
        Portability fixes (for HPUX11 and AIX)
      cmd-line-utils/libedit/read.c:
        Portability fixes (for HPUX11 and AIX)
      cmd-line-utils/libedit/readline.c:
        Portability fixes (for HPUX11 and AIX)
      cmd-line-utils/libedit/readline/readline.h:
        Systems that has sys/cdefs may not have __BEGIN_DECLS
      cmd-line-utils/libedit/sig.c:
        sig_t is not portable
      cmd-line-utils/libedit/sig.h:
        sig_t is not portable
      cmd-line-utils/libedit/term.c:
        Portablity fixes
        Fixed core dump when using a terminal without arrow key definitions
      heap/_check.c:
        Portability fix
      heap/hp_hash.c:
        Portability fix
      heap/hp_rkey.c:
        Portability fix
      include/my_global.h:
        Portability fixes for HPUX11
      libmysql/libmysql.c:
        Removed wrong cast
      mysql-test/r/union.result:
        New union tests
      mysql-test/t/union.test:
        New union tests
      sql/gen_lex_hash.cc:
        Fixed portability bug.
      sql/gstream.h:
        Portablity fix
      sql/item_create.cc:
        Don't define crc32 if we are not linking with gzip
      sql/item_create.h:
        Don't define crc32 if we are not linking with gzip
      sql/item_func.cc:
        Don't define crc32 if we are not linking with gzip
      sql/item_func.h:
        Don't define crc32 if we are not linking with gzip
      sql/lex.h:
        Don't define crc32 if we are not linking with gzip
      sql/sql_show.cc:
        Name can't be NULL
      669cbe6e
    • unknown's avatar
      Integer values between 9223372036854775807 and 9999999999999999999 are now · 3f9ea802
      unknown authored
      regarded as unsigned longlongss, not as floats. This make these values work
      similar to values between 10000000000000000000 and 18446744073709551615.
      
      
      mysql-test/r/bigint.result:
        Fixed results for bigints
      mysql-test/t/bigint.test:
        Fixed results for bigints
      sql/item.h:
        Mark unsigned big ints as unsigned
      sql/sql_lex.cc:
        Returns numbers between 9223372036854775807 and 9999999999999999999 as unsigned 64 bit numbers
      3f9ea802
  3. 26 Feb, 2003 25 commits
    • unknown's avatar
      Code cleanup · 66afa065
      unknown authored
      66afa065
    • unknown's avatar
      f407dbd2
    • unknown's avatar
      Merge narttu.mysql.fi:/my/mysql-3.23 into narttu.mysql.fi:/my/mysql-4.0 · 8c3efbc3
      unknown authored
      
      sql/sql_show.cc:
        Auto merged
      8c3efbc3
    • unknown's avatar
      Minor changes from 4.0->4.1 by Novell (Rob Lyon) · 2eab6ae6
      unknown authored
      
      netware/mw/mwenv:
        MW environment for 4.1 (add zlib dir, change path)
      netware/nwconfigure:
        with-extra-charsets changed to latin1_de
      sql/mysqld.cc:
        Removed duplicate call to pthread_exit(0)
      2eab6ae6
    • unknown's avatar
      ha_innodb.cc: · bdc655d9
      unknown authored
        Remove DEBUG_ASSERT if MySQL internally names a UNIQUE index as the PRIMARY KEY, but inside InnoDB there is no primary key for the table
      
      
      sql/ha_innodb.cc:
        Remove DEBUG_ASSERT if MySQL internally names a UNIQUE index as the PRIMARY KEY, but inside InnoDB there is no primary key for the table
      bdc655d9
    • unknown's avatar
      ha_innodb.cc: · 7edb0687
      unknown authored
        Add docs to store_lock()
      
      
      sql/ha_innodb.cc:
        Add docs to store_lock()
      7edb0687
    • unknown's avatar
      All segments of SPATIAL keys MUST be NOT NULL. · 9b7ebb92
      unknown authored
      Allow NULL geometry fields.
      
      
      include/mysqld_error.h:
        new error message: "All parts of a SPATIAL KEY must be NOT NULL"
      sql/share/czech/errmsg.txt:
        new error message: "All parts of a SPATIAL KEY must be NOT NULL"
      sql/share/danish/errmsg.txt:
        new error message: "All parts of a SPATIAL KEY must be NOT NULL"
      sql/share/dutch/errmsg.txt:
        new error message: "All parts of a SPATIAL KEY must be NOT NULL"
      sql/share/english/errmsg.txt:
        new error message: "All parts of a SPATIAL KEY must be NOT NULL"
      sql/share/estonian/errmsg.txt:
        new error message: "All parts of a SPATIAL KEY must be NOT NULL"
      sql/share/french/errmsg.txt:
        new error message: "All parts of a SPATIAL KEY must be NOT NULL"
      sql/share/german/errmsg.txt:
        new error message: "All parts of a SPATIAL KEY must be NOT NULL"
      sql/share/greek/errmsg.txt:
        new error message: "All parts of a SPATIAL KEY must be NOT NULL"
      sql/share/hungarian/errmsg.txt:
        new error message: "All parts of a SPATIAL KEY must be NOT NULL"
      sql/share/italian/errmsg.txt:
        new error message: "All parts of a SPATIAL KEY must be NOT NULL"
      sql/share/japanese/errmsg.txt:
        new error message: "All parts of a SPATIAL KEY must be NOT NULL"
      sql/share/korean/errmsg.txt:
        new error message: "All parts of a SPATIAL KEY must be NOT NULL"
      sql/share/norwegian-ny/errmsg.txt:
        new error message: "All parts of a SPATIAL KEY must be NOT NULL"
      sql/share/norwegian/errmsg.txt:
        new error message: "All parts of a SPATIAL KEY must be NOT NULL"
      sql/share/polish/errmsg.txt:
        new error message: "All parts of a SPATIAL KEY must be NOT NULL"
      sql/share/portuguese/errmsg.txt:
        new error message: "All parts of a SPATIAL KEY must be NOT NULL"
      sql/share/romanian/errmsg.txt:
        new error message: "All parts of a SPATIAL KEY must be NOT NULL"
      sql/share/russian/errmsg.txt:
        new error message: "All parts of a SPATIAL KEY must be NOT NULL"
      sql/share/serbian/errmsg.txt:
        new error message: "All parts of a SPATIAL KEY must be NOT NULL"
      sql/share/slovak/errmsg.txt:
        new error message: "All parts of a SPATIAL KEY must be NOT NULL"
      sql/share/spanish/errmsg.txt:
        new error message: "All parts of a SPATIAL KEY must be NOT NULL"
      sql/share/swedish/errmsg.txt:
        new error message: "All parts of a SPATIAL KEY must be NOT NULL"
      sql/share/ukrainian/errmsg.txt:
        new error message: "All parts of a SPATIAL KEY must be NOT NULL"
      9b7ebb92
    • unknown's avatar
      Merge rkalimullin@work.mysql.com:/home/bk/mysql-4.1 · 29a99fa0
      unknown authored
      into mysql.r18.ru:/usr/home/ram/work/mysql-4.1
      
      
      sql/spatial.cc:
        Auto merged
      29a99fa0
    • unknown's avatar
    • unknown's avatar
      Merge sinisa@work.mysql.com://home/bk/mysql-4.0 · c976968d
      unknown authored
      into sinisa.nasamreza.org:/mnt/work/mysql-4.0
      
      
      c976968d
    • unknown's avatar
      A fix for a crashing bug with unspecified database in this type of · 8300158d
      unknown authored
      command:
      
      load  data infile 'filename' into table db.table;
      
      
      8300158d
    • unknown's avatar
      sql_yacc.yy, lex.h: · e0100ed8
      unknown authored
        SET NAMES is now working
      
      
      sql/lex.h:
        SET NAMES is now working
      sql/sql_yacc.yy:
        SET NAMES is now working
      e0100ed8
    • unknown's avatar
      set_var.cc, set_var.h: · 61bd8556
      unknown authored
        New thread variable client_character_set
      
      
      sql/set_var.h:
        New thread variable client_character_set
      sql/set_var.cc:
        New thread variable client_character_set
      61bd8556
    • unknown's avatar
      sql_show.cc: · 2667f61b
      unknown authored
        Less default_charset_info
      
      
      sql/sql_show.cc:
        Less default_charset_info
      2667f61b
    • unknown's avatar
      sql_class.h: · 605ddceb
      unknown authored
        New method to simplify access to thd charset
      
      
      sql/sql_class.h:
        New method to simplify access to thd charset
      605ddceb
    • unknown's avatar
      sql_test.cc: · 3ba2916b
      unknown authored
        Less default_charset_info
      
      
      sql/sql_test.cc:
        Less default_charset_info
      3ba2916b
    • unknown's avatar
      sql_udf.cc, protocol.cc: · 5bc80ff8
      unknown authored
        Less default_charset_info
      
      
      sql/protocol.cc:
        Less default_charset_info
      sql/sql_udf.cc:
        Less default_charset_info
      5bc80ff8
    • unknown's avatar
      set_var.cc, sql_table.cc, handler.cc, field.cc: · 6d535030
      unknown authored
        Less default_charset_info
      
      
      sql/field.cc:
        Less default_charset_info
      sql/handler.cc:
        Less default_charset_info
      sql/sql_table.cc:
        Less default_charset_info
      sql/set_var.cc:
        Less default_charset_info
      6d535030
    • unknown's avatar
      sql_analyse.cc, spatial.cc: · 8a7d862c
      unknown authored
        Some default_charset_info were removed
      sql_select.cc:
        Some default_charset_info were removed.
      
      
      sql/spatial.cc:
        Some default_charset_info were removed
      sql/sql_select.cc:
        Some default_charset_info were removed.
      sql/sql_analyse.cc:
        Some default_charset_info were removed
      8a7d862c
    • unknown's avatar
      item_func.cc: · 12749eaf
      unknown authored
        Some reoganization
        Fixed that binary arguments do not affect result charset
        anymore
        For example, the second argument doesn't affect charset of result in LEFT(string,10)
      sql_string.h:
        Strings are binary by default now
      
      
      sql/sql_string.h:
        Strings are binary by default now
      sql/item_func.cc:
        Some reoganization
        Fixed that binary arguments do not affect result charset
        anymore
        For example, the second argument doesn't affect charset of result in LEFT(string,10)
      12749eaf
    • unknown's avatar
      Fix for SHOW TABLE STATUS with empty .frm file · 23a850e5
      unknown authored
      23a850e5
    • unknown's avatar
      Comment column in SHOW TABLE STATUS now reports that it can · 85d6d3d8
      unknown authored
      contain NULL values (which is the case for a crashed .frm file).
      
      
      85d6d3d8
    • unknown's avatar
      item_sum.cc: · 99effd31
      unknown authored
        Fixed that MIN() didn't return proper charset for CREATE from SELECT
      
      
      sql/item_sum.cc:
        Fixed that MIN() didn't return proper charset for CREATE from SELECT
      99effd31
    • unknown's avatar
      Merge abarkov@work.mysql.com:/home/bk/mysql-4.1 · e618de17
      unknown authored
      into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1
      
      
      e618de17
    • unknown's avatar
      33c8d992
  4. 25 Feb, 2003 4 commits
    • unknown's avatar
      Merge with 4.0.11 · a7e3ba1d
      unknown authored
      
      BitKeeper/etc/ignore:
        auto-union
      BitKeeper/etc/logging_ok:
        auto-union
      BUILD/FINISH.sh:
        Auto merged
      client/mysqldump.c:
        Auto merged
      include/my_base.h:
        Auto merged
      include/my_pthread.h:
        Auto merged
      innobase/row/row0sel.c:
        Auto merged
      innobase/ut/ut0mem.c:
        Auto merged
      myisam/myisamchk.c:
        Auto merged
      mysql-test/mysql-test-run.sh:
        Auto merged
      mysql-test/r/bigint.result:
        Auto merged
      mysql-test/r/handler.result:
        Auto merged
      mysql-test/r/innodb.result:
        Auto merged
      mysql-test/r/innodb_handler.result:
        Auto merged
      mysql-test/r/query_cache.result:
        Auto merged
      mysql-test/t/bigint.test:
        Auto merged
      mysql-test/t/handler.test:
        Auto merged
      mysql-test/t/innodb.test:
        Auto merged
      mysql-test/t/innodb_handler.test:
        Auto merged
      mysql-test/t/query_cache.test:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/opt_sum.cc:
        Auto merged
      sql/sql_acl.cc:
        Auto merged
      sql/sql_class.cc:
        Auto merged
      sql/sql_handler.cc:
        Auto merged
      sql/sql_load.cc:
        Auto merged
      sql/sql_table.cc:
        Auto merged
      sql/sql_update.cc:
        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/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/polish/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
      sql/table.h:
        Auto merged
      a7e3ba1d
    • unknown's avatar
      bebafeba
    • unknown's avatar
      merge with 3.23 to get corrected error message files and rename of files in mysql-test · b9c69c16
      unknown authored
      
      innobase/ibuf/ibuf0ibuf.c:
        Auto merged
      sql/share/english/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/sql_analyse.cc:
        Auto merged
      sql/sql_analyse.h:
        Auto merged
      sql/share/polish/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/ukrainian/errmsg.txt:
        Auto merged
      mysql-test/t/rpl000015.slave-mi:
        Auto merged
      mysql-test/t/rpl_rotate_logs.slave-mi:
        Auto merged
      mysql-test/mysql-test-run.sh:
        merge with 3.23
      scripts/make_binary_distribution.sh:
        merge with 3.23
      sql/share/czech/errmsg.txt:
        merge with 3.23
      sql/share/danish/errmsg.txt:
        merge with 3.23
      sql/share/dutch/errmsg.txt:
        merge with 3.23
      sql/share/estonian/errmsg.txt:
        merge with 3.23
      sql/share/swedish/errmsg.txt:
        merge with 3.23
      sql/sql_class.cc:
        merge with 3.23 (Keep local copy)
      b9c69c16
    • unknown's avatar
      Safety fix (caused a core dump on slave during shutdown when shutting down replication on some OS) · 6e2ee187
      unknown authored
      
      mysql-test/t/rpl_rotate_logs-slave-master-info.opt:
        Rename: mysql-test/t/rpl_rotate_logs.slave-mi -> mysql-test/t/rpl_rotate_logs-slave-master-info.opt
      mysql-test/t/rpl000015-slave-master-info.opt:
        Rename: mysql-test/t/rpl000015.slave-mi -> mysql-test/t/rpl000015-slave-master-info.opt
      mysql-test/r/bigint.result:
        New bigint test
      mysql-test/t/bigint.test:
        New bigint test
      netware/mysql_test_run.c:
        slave-master-info.opt -> .slave-mi
      6e2ee187