1. 27 Oct, 2005 3 commits
  2. 26 Oct, 2005 9 commits
  3. 25 Oct, 2005 28 commits
    • unknown's avatar
      Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.0 · e4408aec
      unknown authored
      into mysql.com:/Users/kent/mysql/bk/mysql-5.0
      
      
      e4408aec
    • unknown's avatar
      Merge mysql.com:/home/jimw/my/mysql-5.0-13534 · bb2f4b81
      unknown authored
      into  mysql.com:/home/jimw/my/mysql-5.0-clean
      
      
      bb2f4b81
    • unknown's avatar
      Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0 · ab71da45
      unknown authored
      into  zim.(none):/home/brian/mysql/mysql-5.0
      
      
      ab71da45
    • unknown's avatar
      Merge spachev@bk-internal.mysql.com:/home/bk/mysql-5.0 · f4e4f846
      unknown authored
      into  asksasha.com:/reiser-data/mysql-dev/mysql-5.0-bug12974
      
      
      f4e4f846
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 48d5c28f
      unknown authored
      into mysql.com:/data0/mysqldev/patg/mysql-5.0-viewfix
      
      
      48d5c28f
    • unknown's avatar
      This cset fixes BUG# 12838, 14061, 12129 · cecdc15a
      unknown authored
      mysqldump.result:
        BUG# 12838
            New test results for mysqldump -x on a DB with views
      mysqldump.test:
        sqldump.test:
            BUG# 12838
            New test to run mysqldump -x on a DB with views
      mysqldump.c:
        BUG# 12838
            Removed/Changed code which created tables to be put into the dump
            (For loading views of views) by creating temp tables and then using
            the CREATE TABLE information in those temp tables. The problem with this
            is that when mysqldump -x is called, it locks all tables, so the
            temp tables could not be created, causing the mysqldump to exit with
            failure. The code was changed to use SHOW FIELDS to get the column
            names and type to build CREATE TABLE text used to create these tables
            that views need in the dump.
      
      
      client/mysqldump.c:
        BUG# 12838
            Removed/Changed code which created tables to be put into the dump
            (For loading views of views) by creating temp tables and then using
            the CREATE TABLE information in those temp tables. The problem with this
            is that when mysqldump -x is called, it locks all tables, so the
            temp tables could not be created, causing the mysqldump to exit with
            failure. The code was changed to use SHOW FIELDS to get the column
            names and type to build CREATE TABLE text used to create these tables
            that views need in the dump.
      mysql-test/t/mysqldump.test:
        sqldump.test:
            BUG# 12838
            New test to run mysqldump -x on a DB with views
      mysql-test/r/mysqldump.result:
        BUG# 12838
            New test results for mysqldump -x on a DB with views
      cecdc15a
    • unknown's avatar
      Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-5.0 · 015f5bd5
      unknown authored
      into deer.(none):/home/hf/work/mysql-5.0.12267
      
      
      sql/sql_yacc.yy:
        Auto merged
      015f5bd5
    • unknown's avatar
      Merge deer.(none):/home/hf/work/mysql-5.0.13820 · e579fe3e
      unknown authored
      into deer.(none):/home/hf/work/mysql-5.0.12267
      
      
      sql/item_func.cc:
        Auto merged
      e579fe3e
    • unknown's avatar
      Merge deer.(none):/home/hf/work/mysql-5.0.13667 · 57982bcc
      unknown authored
      into deer.(none):/home/hf/work/mysql-5.0.12267
      
      
      sql/sql_parse.cc:
        Auto merged
      57982bcc
    • unknown's avatar
      Merge bk@192.168.21.1:/usr/home/bk/mysql-5.0 · 821107cf
      unknown authored
      into deer.(none):/home/hf/work/mysql-5.0.12267
      
      
      821107cf
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 54d1558c
      unknown authored
      into  zim.(none):/home/acurtis/mysql-5.0-noraid.2
      
      
      sql/sql_yacc.yy:
        Auto merged
      54d1558c
    • unknown's avatar
      Deprecate RAID create options · e1e02e68
      unknown authored
      e1e02e68
    • unknown's avatar
      Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0 · 613b20b3
      unknown authored
      into  zim.(none):/home/brian/mysql/mysql-5.0
      
      
      613b20b3
    • unknown's avatar
      fix issue with IM that causes commandlines that are executed to be incorrect. · 73b4d7eb
      unknown authored
      
      server-tools/instance-manager/instance.cc:
        terminate the new line buffer so our strcat's will work
      73b4d7eb
    • unknown's avatar
      Merge bk@192.168.21.1:/usr/home/bk/mysql-5.0 · eba555b3
      unknown authored
      into deer.(none):/home/hf/work/mysql-5.0.12267
      
      
      sql/sql_table.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      eba555b3
    • unknown's avatar
      Fix for bug #14290: wrong CHARACTER_MAXIMUM_LENGTH value for some text fields. · 48765db2
      unknown authored
      
      sql/sql_show.cc:
        Fix for bug #14290: wrong CHARACTER_MAXIMUM_LENGTH value for some text fields.
        adjust CHARACTER_MAXIMUM_LENGTH value for text fields.
      48765db2
    • unknown's avatar
      Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0 · abd77bc5
      unknown authored
      into  mysql.com:/usr/home/ram/work/5.0.b14207
      
      
      abd77bc5
    • unknown's avatar
      Converted mysys/base64.c into C code (not C++). · 10a889a5
      unknown authored
      
      mysys/base64.c:
        Converted into C code (not C++).
      10a889a5
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 6416abfd
      unknown authored
      into  mysql.com:/home/alik/Documents/AllProgs/MySQL/devel/5.0-bug13037
      
      
      6416abfd
    • unknown's avatar
      Fix for BUG#13037: undefined variable in IF cause erroneous error-message. · 5ed3b0b3
      unknown authored
      
      mysql-test/r/sp-error.result:
        Results for the test case for BUG#13037.
      mysql-test/t/sp-error.test:
        Test case for BUG#13037.
      sql/sql_base.cc:
        Polishing: use constant.
      sql/sql_class.cc:
        Reset THD::where in THD::cleanup_after_query();
        Polishing: use the constant (THD::DEFAULT_WHERE).
      sql/sql_class.h:
        Introduce a constant for the default value of THD::where.
      5ed3b0b3
    • unknown's avatar
      Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0 · 786b5e95
      unknown authored
      into  mysql.com:/usr/home/ram/work/5.0.b10303
      
      
      786b5e95
    • unknown's avatar
      Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0 · 10ed7b97
      unknown authored
      into  zim.(none):/home/brian/mysql/mysql-5.0
      
      
      sql/ha_innodb.cc:
        Auto merged
      10ed7b97
    • unknown's avatar
      Additional test request by Jonas. We check pushdown conditions for GEOM types. · 8fdc8d13
      unknown authored
      
      mysql-test/r/ndb_gis.result:
        Result file change to check pushdown conditions.
      mysql-test/t/ndb_gis.test:
        pushdown conditions now checked for geom  types
      mysql-test/r/innodb_gis.result:
        New BitKeeper file ``mysql-test/r/innodb_gis.result''
      8fdc8d13
    • unknown's avatar
      This patch add support for storing Geometry types to Archive, Innodb, NDB, and BDB. · 84ece2e0
      unknown authored
      
      sql/ha_archive.h:
        Adding support for Geometry type to archive.
      sql/ha_berkeley.cc:
        Adding geometry support to berkely
      sql/ha_innodb.cc:
        Adding geometry support to Innodb.
      sql/ha_ndbcluster.cc:
        Adding Geometry support to NDB.
      mysql-test/include/gis_generic.inc:
        New BitKeeper file ``mysql-test/include/gis_generic.inc''
      mysql-test/r/archive_gis.result:
        New BitKeeper file ``mysql-test/r/archive_gis.result''
      mysql-test/r/bdb_gis.result:
        New BitKeeper file ``mysql-test/r/bdb_gis.result''
      mysql-test/r/ndb_gis.result:
        New BitKeeper file ``mysql-test/r/ndb_gis.result''
      mysql-test/t/archive_gis.test:
        New BitKeeper file ``mysql-test/t/archive_gis.test''
      mysql-test/t/bdb_gis.test:
        New BitKeeper file ``mysql-test/t/bdb_gis.test''
      mysql-test/t/innodb_gis.test:
        New BitKeeper file ``mysql-test/t/innodb_gis.test''
      mysql-test/t/ndb_gis.test:
        New BitKeeper file ``mysql-test/t/ndb_gis.test''
      84ece2e0
    • unknown's avatar
      Merge mysql.com:/home/timka/mysql/src/5.0-virgin · 215602cb
      unknown authored
      into  mysql.com:/home/timka/mysql/src/5.0-bug-13832
      
      
      mysql-test/r/select.result:
        Auto merged
      mysql-test/t/select.test:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      215602cb
    • unknown's avatar
      Fix for BUG#13832 - Unknown column t1.a in 'on clause'. · 3efd251a
      unknown authored
      The cause for the bug is that the priorities of all rules/terminals
      that process the FROM clause are not fully specified, and the
      parser generator produces a parser that doesn't always parse
      the FROM clause so that JOINs are left-associative. As a result
      the final join tree produced by the parser is incorrect, which
      is the cause for subsequent name resolution to fail.
      
      
      mysql-test/r/select.result:
        Test for BUG#13832.
      mysql-test/t/select.test:
        Test for BUG#13832.
      sql/sql_yacc.yy:
        Fix for BUG#13832 - Unknown column t1.a in 'on clause'.
        
        List all join-related operators as having lower priority
        than the join operands to make the parser process join-
        related productions from left to right.
      3efd251a
    • unknown's avatar
      Merge mysql.com:/Users/kent/mysql/bk/mysql-4.0-build-thread · ab27a943
      unknown authored
      into mysql.com:/Users/kent/mysql/bk/mysql-5.0
      
      
      ab27a943
    • unknown's avatar
      Makefile.am: · e17b176e
      unknown authored
        Option to set environment variable MTR_BUILD_THREAD to a small
        number, from what mysql-test-run calculate port numbers that
        will not conflict with other runs with different thread num
      
      
      Makefile.am:
        Option to set environment variable MTR_BUILD_THREAD to a small
        number, from what mysql-test-run calculate port numbers that
        will not conflict with other runs with different thread num
      e17b176e