1. 18 Feb, 2005 11 commits
    • unknown's avatar
      Fixed... · 9af0e97a
      unknown authored
        BUG#6642: Stored procedure crash if expression with set function
        BUG#7013: Stored procedure crash if group by ... with rollup
        BUG#7743: 'Lost connection to MySQL server during query' on Stored Procedure
        BUG#7992: SELECT .. INTO variable .. within Stored Procedure crashes
                  the server
        BUG#8116: calling simple stored procedure twice in a row results
                  in server crash
      
      Rolling back the item change list after each substatement in a procedure
      fixed the failing assert().
      
      
      mysql-test/r/sp.result:
        New test cases for BUG#6642, 7013, 7743, 7992 and 8116.
      mysql-test/t/sp.test:
        New test cases for BUG#6642, 7013, 7743, 7992 and 8116.
      sql/sp_head.cc:
        Roll back the item change list after each sub statement.
      9af0e97a
    • unknown's avatar
      Merge deer.(none):/home/hf/work/mysql-4.1.clean · abcf5315
      unknown authored
      into deer.(none):/home/hf/work/mysql-5.0.clean
      
      
      sql/mysqld.cc:
        Auto merged
      abcf5315
    • unknown's avatar
      Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1 · 8d8be1c2
      unknown authored
      into deer.(none):/home/hf/work/mysql-4.1.clean
      
      8d8be1c2
    • unknown's avatar
      Fix for the bug #7344 (multiple server_init/server_end lead to crash) · 9448cd95
      unknown authored
      Some variable wasn't moved to the initial state during mysql_server_end
      
      
      myisam/ft_stopwords.c:
        resetting ft_stopword_file
      sql/mysqld.cc:
        free_charsets() call added
      9448cd95
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 3f8a1442
      unknown authored
      into neptunus.(none):/home/msvensson/mysql/mysql-5.0-8583
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      3f8a1442
    • unknown's avatar
      BUG#8583 ndb_...multi tests fail in 5.0.3 · 10f2d893
      unknown authored
       - the variable MASTER_MY_PORT1 was used from the script, but it was not set to the port where the second server was started
      
      
      mysql-test/mysql-test-run.sh:
        Export the variable MASTER_MY_PORT1 from the place where the second master is started
      10f2d893
    • unknown's avatar
      Merge: don't add this into configure in as it is already in · ad688cb1
      unknown authored
      config/ac-macros/character_sets.m4
      
      
      mysys/charset-def.c:
        Auto merged
      strings/ctype-uca.c:
        Auto merged
      ad688cb1
    • unknown's avatar
      Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-5.0 · 79c0d1dc
      unknown authored
      into mysql.com:/usr/home/bar/mysql-5.0.fresh
      
      
      mysql-test/mysql-test-run.pl:
        Auto merged
      79c0d1dc
    • unknown's avatar
      A way not to compile UCA collations · a433919b
      unknown authored
      a433919b
    • unknown's avatar
      Clean up merge from 4.1, including making several enum fields · 30ac8077
      unknown authored
      in the grant tables case-insensitive and updating test results.
      
      
      scripts/mysql_create_system_tables.sh:
        Fix collation of procs_priv.proc_priv
      scripts/mysql_fix_privilege_tables.sql:
        Fix enum fields to have case-insensitive collation
      mysql-test/r/information_schema.result:
        Update results
      mysql-test/r/system_mysql_db.result:
        Update results
      mysql-test/r/lowercase_table_grant.result:
        Update results
      30ac8077
    • unknown's avatar
      Merge · 3b5cf11b
      unknown authored
      
      BitKeeper/triggers/post-commit:
        Auto merged
      mysql-test/r/lowercase_table2.result:
        Auto merged
      mysql-test/r/variables.result:
        Auto merged
      mysql-test/t/variables.test:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      sql/set_var.cc:
        Auto merged
      sql/set_var.h:
        Auto merged
      sql/sql_base.cc:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      tests/mysql_client_test.c:
        Auto merged
      mysql-test/r/system_mysql_db.result:
        Update results
      scripts/mysql_create_system_tables.sh:
        Merge fix for Bug #7617, making enum fields in grant tables
        case-insensitive.
      scripts/mysql_fix_privilege_tables.sql:
        Merge fix for Bug #7617, and fix additional enum/set columns.
      sql/sql_acl.cc:
        Hand-merge due to whitespace change
      sql/sql_lex.cc:
        Hand-merge bug fix.
      3b5cf11b
  2. 17 Feb, 2005 29 commits