1. 06 Apr, 2005 1 commit
  2. 05 Apr, 2005 7 commits
    • unknown's avatar
      ndb - csc#4847 release scan op early to save memory · bb4cc70d
      unknown authored
      
      ndb/include/ndbapi/NdbConnection.hpp:
        release scan op of hupped trans at scan close to save memory
      ndb/include/ndbapi/NdbScanOperation.hpp:
        release scan op of hupped trans at scan close to save memory
      ndb/src/ndbapi/NdbConnection.cpp:
        release scan op of hupped trans at scan close to save memory
      ndb/src/ndbapi/NdbResultSet.cpp:
        release scan op of hupped trans at scan close to save memory
      ndb/src/ndbapi/NdbScanOperation.cpp:
        release scan op of hupped trans at scan close to save memory
      ndb/tools/desc.cpp:
        release scan op of hupped trans at scan close to save memory
      bb4cc70d
    • unknown's avatar
      Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-4.1 · 9c6d24e6
      unknown authored
      into mysql.com:/M41/mysql-4.1
      
      
      9c6d24e6
    • unknown's avatar
      dict0dict.c: · fee508a4
      unknown authored
        Add a note that ENUM in new tables cannot reference ENUM in old tables, in FOREIGN KEY constraints
      
      
      innobase/dict/dict0dict.c:
        Add a note that ENUM in new tables cannot reference ENUM in old tables, in FOREIGN KEY constraints
      fee508a4
    • unknown's avatar
      Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-4.1 · 7cb0a8e7
      unknown authored
      into mysql.com:/M41/mysql-4.1
      
      
      sql/mysqld.cc:
        Auto merged
      7cb0a8e7
    • unknown's avatar
      Merge new tests · 682baee2
      unknown authored
      
      mysql-test/r/join_outer.result:
        Update results
      mysql-test/t/join_outer.test:
        Merge
      682baee2
    • unknown's avatar
      Merge mysql.com:/home/jimw/my/mysql-4.1-9472b · 52781a48
      unknown authored
      into mysql.com:/home/jimw/my/mysql-4.1-clean
      
      
      52781a48
    • unknown's avatar
      Merge mysql.com:/home/jimw/my/mysql-4.1-8866 · fe02ce98
      unknown authored
      into mysql.com:/home/jimw/my/mysql-4.1-clean
      
      
      client/mysqltest.c:
        Auto merged
      sql-common/client.c:
        Auto merged
      fe02ce98
  3. 04 Apr, 2005 6 commits
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-4.1 · a1112ca0
      unknown authored
      into mysql.com:/home/jimw/my/mysql-4.1-clean
      
      
      a1112ca0
    • unknown's avatar
      Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-4.1 · e31062a2
      unknown authored
      into mysql.com:/M41/mysql-4.1
      
      
      sql/share/english/errmsg.txt:
        Auto merged
      e31062a2
    • unknown's avatar
      ha_innodb.cc: · a64487fc
      unknown authored
        Correct the fix of Bug #9526 : InnoDB must use its own internal type info for old tables, so that old ENUMs and SETs still are (incorrectly) seen as char strings; we do not dare to allow InnoDB sometimes to see the type as an integer type for those old tables
      
      
      sql/ha_innodb.cc:
        Correct the fix of Bug #9526 : InnoDB must use its own internal type info for old tables, so that old ENUMs and SETs still are (incorrectly) seen as char strings; we do not dare to allow InnoDB sometimes to see the type as an integer type for those old tables
      a64487fc
    • unknown's avatar
      ha_innodb.cc: · 9ce74a80
      unknown authored
        Fix bug #9526 in InnoDB: the internal type of an ENUM or SET is an unsigned integer type, not a character string
      
      
      sql/ha_innodb.cc:
        Fix bug #9526 in InnoDB: the internal type of an ENUM or SET is an unsigned integer type, not a character string
      9ce74a80
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-4.1 · 9176a1f4
      unknown authored
      into mysql.com:/home/jimw/my/mysql-4.1-clean
      
      
      9176a1f4
    • unknown's avatar
      ctype_uca.result: · 07182f5a
      unknown authored
        fixing test results accordingly.
      ctype-uca.c:
        It appeared that in traditional Spanish collation
        'RR' is not equal to 'R', as Unicode and Mimer state.
        We'll go Oracle and IBM way instead:
        No special rules to 'RR'.
      
      
      strings/ctype-uca.c:
        It appeared that in traditional Spanish collation
        'RR' is not equal to 'R', as Unicode and Mimer state.
        We'll go Oracle and IBM way instead:
        No special rules to 'RR'.
      mysql-test/r/ctype_uca.result:
        fixing test results accordingly.
      07182f5a
  4. 03 Apr, 2005 2 commits
  5. 02 Apr, 2005 7 commits
    • unknown's avatar
      Merge serg@bk-internal.mysql.com:/home/bk/mysql-4.1/ · ecf8732c
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-4.1
      
      
      ecf8732c
    • unknown's avatar
      results updated · a77a2c83
      unknown authored
      a77a2c83
    • unknown's avatar
      merged · 5f8c654a
      unknown authored
      
      mysql-test/r/drop.result:
        Auto merged
      mysql-test/t/drop.test:
        Auto merged
      sql/share/english/errmsg.txt:
        Auto merged
      sql/share/russian/errmsg.txt:
        Auto merged
      sql/share/ukrainian/errmsg.txt:
        Auto merged
      5f8c654a
    • unknown's avatar
      bug#3891 - DROP TABLE many-unexistent-tables, was printing an error with %s instead of table names · 7d865e0b
      unknown authored
      sql/sql_table.cc: print an error with a function that respects width modifiers (%.64s)
      
      
      mysql-test/r/drop.result:
        bug#3891 - DROP TABLE many-unexistent-tables, was printing an error with %s instead of table names
      mysql-test/t/drop.test:
        bug#3891 - DROP TABLE many-unexistent-tables, was printing an error with %s instead of table names
      sql/share/english/errmsg.txt:
        allow longer "table names" as DROP TABLE puts a list here
      sql/share/russian/errmsg.txt:
        allow longer "table names" as DROP TABLE puts a list here
      sql/share/ukrainian/errmsg.txt:
        allow longer "table names" as DROP TABLE puts a list here
      sql/sql_table.cc:
        print an error with a function that respects width modifiers (%.64s)
      7d865e0b
    • unknown's avatar
      Clean up merge of fix for Bug #9468. · ee7f73d4
      unknown authored
      
      mysql-test/t/lowercase_table_grant.test:
        Disable test with embedded server
      mysql-test/t/skip_name_resolve.test:
        Disable test with embedded server
      sql/sql_parse.cc:
        Reset server status after a single statement in a multistatement
        query is handled in embedded server so it is not logged twice to
        the slow query log.
      ee7f73d4
    • unknown's avatar
      Merge embedded-server testing changes. · dd882cfb
      unknown authored
      
      mysql-test/r/ctype_ucs.result:
        Auto merged
      mysql-test/r/ps_1general.result:
        Auto merged
      mysql-test/r/select.result:
        Auto merged
      mysql-test/r/type_blob.result:
        Auto merged
      mysql-test/r/type_float.result:
        Auto merged
      mysql-test/r/user_var.result:
        Auto merged
      mysql-test/r/variables.result:
        Auto merged
      mysql-test/t/ctype_ucs.test:
        Auto merged
      mysql-test/t/grant2.test:
        Auto merged
      mysql-test/t/mysqldump.test:
        Auto merged
      mysql-test/t/select.test:
        Auto merged
      mysql-test/t/show_check.test:
        Auto merged
      mysql-test/t/type_float.test:
        Auto merged
      mysql-test/t/user_var.test:
        Auto merged
      mysql-test/t/variables.test:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      mysql-test/mysql-test-run.sh:
        Merge changes
      mysql-test/t/ps_1general.test:
        Merge changes
      dd882cfb
    • unknown's avatar
      Fix handling of max_allowed_packet and net_buffer_length in · c7c3f5be
      unknown authored
      embedded server when a size suffix (K, M, G) is added. (Bug #9472)
      
      
      sql/mysqld.cc:
        Instead of (re)parsing max_allowed_packet and net_buffer_length
        for the embedded server, just set the global variables to what
        is set in global_system_variables within get_options().
      c7c3f5be
  6. 01 Apr, 2005 11 commits
  7. 31 Mar, 2005 6 commits
    • unknown's avatar
      Fix for a build bug. · 6d0dd429
      unknown authored
      Added a missing comma.
      
      Originally contained in 2005/03/04 09:30:22+01:00 ingo@mysql.com;
      contained in MySQL 4.1.10a;
      re-committed for archival purposes.
      
      
      myisam/mi_create.c:
        Fix for a build bug.
        Added a missing comma.
      6d0dd429
    • unknown's avatar
      after merge fixes · 32220745
      unknown authored
      Originally contained in 2005/03/03 23:57:48+01:00 serg@serg.mylan;
      contained in MySQL 4.1.10a;
      re-committed for archival purposes.
      
      
      sql/sql_udf.cc:
        after merge fixes
      32220745
    • unknown's avatar
      typos fixed · b6a38fc7
      unknown authored
      Originally contained in 2005/03/03 23:10:23+01:00 serg@serg.mylan;
      contained in MySQL 4.1.10a;
      re-committed for archival purposes.
      
      
      sql/mysqld.cc:
        typos fixed
      b6a38fc7
    • unknown's avatar
      uninit variable fixed · c750c418
      unknown authored
      Originally contained in 2005/03/03 21:13:33+01:00 serg@serg.mylan;
      contained in MySQL 4.1.10a;
      re-committed for archival purposes.
      
      
      sql/ha_myisam.cc:
        uninit variable fixed
      c750c418
    • unknown's avatar
      Fixes for bugs reported by Stefano Di Paola (stefano.dipaola@wisec.it) · 896e6e56
      unknown authored
      Originally contained in 2005/03/03 19:51:29+01:00 serg@serg.mylan;
      contained in MySQL 4.1.10a;
      re-committed for archival purposes.
      
      
      include/my_global.h:
        O_NOFOLLOW
      isam/create.c:
        create table files with O_EXCL|O_NOFOLLOW
      merge/mrg_create.c:
        create table files with O_EXCL|O_NOFOLLOW
      myisam/mi_create.c:
        create files of temporary tables with O_EXCL|O_NOFOLLOW
      myisammrg/myrg_create.c:
        create table files with O_EXCL|O_NOFOLLOW
      mysys/mf_tempfile.c:
        create temporary files with O_EXCL|O_NOFOLLOW
      sql/ha_myisam.cc:
        let mi_create know if the table is TEMPORARY
      sql/mysql_priv.h:
        --allow_suspicious_udfs
      sql/mysqld.cc:
        --allow_suspicious_udfs
      sql/share/english/errmsg.txt:
        typo
      sql/sql_udf.cc:
        --allow_suspicious_udfs
        don't allow xxx() udf without any of xxx_init/deinit/add/reset
        check paths when loading from mysql.func
      sql/table.cc:
        create frm of temporary table with O_EXCL|O_NOFOLLOW
      896e6e56
    • unknown's avatar
      Merge serg@bk-internal.mysql.com:/home/bk/mysql-4.1/ · ab77d7d7
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-4.1
      
      
      ab77d7d7