1. 18 May, 2005 9 commits
  2. 17 May, 2005 17 commits
    • unknown's avatar
      Merge mysql.com:/home/jimw/my/mysql-5.0-10251 · bcfb4017
      unknown authored
      into mysql.com:/home/jimw/my/mysql-5.0-clean
      
      
      client/mysqltest.c:
        Auto merged
      bcfb4017
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 75e39925
      unknown authored
      into mysql.com:/home/my/mysql-5.0
      
      75e39925
    • unknown's avatar
      Merge acurtis@bk-internal.mysql.com:/home/bk/mysql-5.0 · 1479fdf0
      unknown authored
      into xiphis.org:/usr/home/antony/work2/p1-bug10246.1
      
      1479fdf0
    • unknown's avatar
      fix embedded build · 30eb5955
      unknown authored
      
      sql/sql_acl.cc:
        style fix, long line.
        fix for embedded build which I broke
      30eb5955
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 16d6feb9
      unknown authored
      into mysql.com:/home/my/mysql-5.0
      
      16d6feb9
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 9fc791a9
      unknown authored
      into neptunus.(none):/home/msvensson/mysql/mysql-5.0
      
      9fc791a9
    • unknown's avatar
      Merge · 69381dfc
      unknown authored
      
      sql/sql_base.cc:
        Auto merged
      69381dfc
    • unknown's avatar
      After merge fix · cfb02c34
      unknown authored
      
      sql/sql_update.cc:
        Add missing join method
      cfb02c34
    • unknown's avatar
      Merge acurtis@bk-internal.mysql.com:/home/bk/mysql-5.0 · 9ef623a1
      unknown authored
      into xiphis.org:/usr/home/antony/work2/p1-bug10246.1
      
      9ef623a1
    • unknown's avatar
      Merge acurtis@bk-internal.mysql.com:/home/bk/mysql-5.0 · 80089a5d
      unknown authored
      into xiphis.org:/usr/home/antony/work2/p1-bug10246.1
      
      
      sql/sp_head.cc:
        Auto merged
      sql/sql_base.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      80089a5d
    • unknown's avatar
      Bug#10246 - Parser: bad syntax for GRANT EXECUTE · 480506e1
      unknown authored
        Rename some functions
        more fine-grained sp privileges
        make grant/revoke sp grammar less ambigious
      
      
      mysql-test/r/sp-security.result:
        change test for new syntax
      mysql-test/r/system_mysql_db.result:
        change test for new syntax
      mysql-test/t/sp-security.test:
        change test for new syntax
      scripts/mysql_create_system_tables.sh:
        now store routine_type for procs_priv
      scripts/mysql_fix_privilege_tables.sql:
        now store routine_type for procs_priv
      sql/item_func.cc:
        rename of function
      sql/mysql_priv.h:
        rename of function
      sql/sp_head.cc:
        extra arg for check_some_routine_access
      sql/sql_acl.cc:
        rename of function. now handle func/proc acls seperately
      sql/sql_acl.h:
        rename of function
      sql/sql_parse.cc:
        rename of function
        grants for procs handled distinctly from funcs
      sql/sql_show.cc:
        check_some_routine_access extra arg
      sql/sql_base.cc:
        fix for build
      sql/sql_yacc.yy:
        fix for build
      480506e1
    • unknown's avatar
      ha_innodb.cc: · ccdec484
      unknown authored
        Fix bug #10359 : remove extra code
      
      
      sql/ha_innodb.cc:
        Fix bug #10359 : remove extra code
      ccdec484
    • unknown's avatar
      ha_innodb.h, ha_innodb.cc: · 92ad49b1
      unknown authored
        Fix bug #10359 : the critical AUTO-INC bug in InnoDB; since reading of the auto-inc counter in an INSERT was not protected by the AUTO-INC table lock of InnoDB, two inserted rows could get the same value for the auto-inc counter, leading to a duplicate key error
      
      
      sql/ha_innodb.cc:
        Fix bug #10359 : the critical AUTO-INC bug in InnoDB; since reading of the auto-inc counter in an INSERT was not protected by the AUTO-INC table lock of InnoDB, two inserted rows could get the same value for the auto-inc counter, leading to a duplicate key error
      sql/ha_innodb.h:
        Fix bug #10359 : the critical AUTO-INC bug in InnoDB; since reading of the auto-inc counter in an INSERT was not protected by the AUTO-INC table lock of InnoDB, two inserted rows could get the same value for the auto-inc counter, leading to a duplicate key error
      92ad49b1
    • unknown's avatar
      Merge neptunus.(none):/home/msvensson/mysql/bug9535 · 29a0d045
      unknown authored
      into neptunus.(none):/home/msvensson/mysql/mysql-5.0
      
      
      sql/item_strfunc.h:
        Auto merged
      29a0d045
    • unknown's avatar
      BUG#9535 Warning for "create table t as select uuid();" · 0d83414f
      unknown authored
       - Set max_length of Item_func_uuid to max_length*system_charset_info->mbmaxlen
        Note! Item_func_uuid should be set to use 'ascii' charset when hex(), format(), md5() etc will use 'ascii'
      
      
      mysql-test/r/func_misc.result:
        Test results
      mysql-test/t/func_misc.test:
        Test case
      sql/item_strfunc.h:
        Multiply max_length of Item_func_uuid with system_charset_info->mbmaxlen
      0d83414f
    • unknown's avatar
      sql_yacc.yy: · b7cc28ac
      unknown authored
        missing semicolon added
      sql_base.cc:
        bad merge fixed
      sp_head.cc, view.test, view.result:
        Correct restoring view name in SP table locking BUG#9758
      configure.in:
        restore -fno-implicit-templates -fno-exceptions -fno-rtti in configure
      
      
      configure.in:
        restore -fno-implicit-templates -fno-exceptions -fno-rtti in configure
      mysql-test/r/view.result:
        Correct restoring view name in SP table locking BUG#9758
      mysql-test/t/view.test:
        Correct restoring view name in SP table locking BUG#9758
      sql/sp_head.cc:
        Correct restoring view name in SP table locking BUG#9758
      sql/sql_base.cc:
        bad merge fixed
      sql/sql_yacc.yy:
        missing semicolon added
      b7cc28ac
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 74d132dc
      unknown authored
      into mysql.com:/opt/local/work/mysql-5.0-9643
      
      74d132dc
  3. 16 May, 2005 14 commits