1. 18 Jun, 2004 3 commits
    • unknown's avatar
      perror.c: · 795ed79c
      unknown authored
        MySql -> MySQL (Bug #4182)
      
      
      extra/perror.c:
        MySql -> MySQL (Bug #4182)
      795ed79c
    • unknown's avatar
      Fix for bug#4105 "Server crash on attempt to prepare a statement with · cbfe9f05
      unknown authored
      character set introducer": add new item type to be returned before from 
      Item_param until it's value is set.
      This way items like Item_bool_func2 and udf_handler won't treat this item
      as constant literal when statement is prepared.
      
      
      mysql-test/r/ps.result:
        Test results fixed (test case for bug #4105)
      mysql-test/t/ps.test:
        Followup to bug #4105: a test case.
      sql/item.cc:
        Fix for bug#4105 "Server crash on attempt to prepare a statement with 
        character set introducer": add new item type to be returned before from 
        Item_param until it's value is set.
      sql/item.h:
        Fix for bug#4105 "Server crash on attempt to prepare a statement with 
        character set introducer": add new item type to be returned before from 
        Item_param until it's value is set.
      cbfe9f05
    • unknown's avatar
      25749c96
  2. 17 Jun, 2004 12 commits
  3. 16 Jun, 2004 23 commits
  4. 15 Jun, 2004 2 commits
    • unknown's avatar
      InnoDB: fix bug in call to innobase_invalidate_query_cache(), · 56392008
      unknown authored
        introduced in ChangeSet@1.1843.1.25
      InnoDB: fix bug in the error exit of
        fil_create_new_single_table_tablespace(), introduced in
        ChangeSet@1.1843.1.11
      
      
      innobase/row/row0ins.c:
        row_ins_foreign_check_on_constraint():
         the string passed to innobase_invalidate_query_cache() was truncated;
         now it is passed correctly again
      innobase/fil/fil0fil.c:
        fil_create_new_single_table_tablespace():
         delete the file if fil_space_create() fails
      56392008
    • unknown's avatar
      Merge paul@bk-internal.mysql.com:/home/bk/mysql-4.1 · 1926d4ee
      unknown authored
      into ice.snake.net:/Volumes/ice2/MySQL/bk/mysql-4.1
      
      
      1926d4ee