1. 18 May, 2005 27 commits
  2. 17 May, 2005 13 commits
    • unknown's avatar
      Merge mysql.com:/home/jimw/my/mysql-5.0-10251 · c4df3abb
      unknown authored
      into mysql.com:/home/jimw/my/mysql-5.0-clean
      
      
      client/mysqltest.c:
        Auto merged
      c4df3abb
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · bcdc5b74
      unknown authored
      into mysql.com:/home/my/mysql-5.0
      
      
      bcdc5b74
    • unknown's avatar
      Merge acurtis@bk-internal.mysql.com:/home/bk/mysql-5.0 · 9397148d
      unknown authored
      into xiphis.org:/usr/home/antony/work2/p1-bug10246.1
      
      
      9397148d
    • unknown's avatar
      fix embedded build · 0e6674a9
      unknown authored
      
      sql/sql_acl.cc:
        style fix, long line.
        fix for embedded build which I broke
      0e6674a9
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · de4ae960
      unknown authored
      into mysql.com:/home/my/mysql-5.0
      
      
      de4ae960
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · cdba1d56
      unknown authored
      into neptunus.(none):/home/msvensson/mysql/mysql-5.0
      
      
      cdba1d56
    • unknown's avatar
      Merge · 59993e03
      unknown authored
      
      sql/sql_base.cc:
        Auto merged
      59993e03
    • unknown's avatar
      After merge fix · 3f819973
      unknown authored
      
      sql/sql_update.cc:
        Add missing join method
      3f819973
    • unknown's avatar
      Merge acurtis@bk-internal.mysql.com:/home/bk/mysql-5.0 · 92834915
      unknown authored
      into xiphis.org:/usr/home/antony/work2/p1-bug10246.1
      
      
      92834915
    • unknown's avatar
      Merge acurtis@bk-internal.mysql.com:/home/bk/mysql-5.0 · 89039f74
      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
      89039f74
    • unknown's avatar
      Bug#10246 - Parser: bad syntax for GRANT EXECUTE · 55171821
      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
      55171821
    • unknown's avatar
      ha_innodb.cc: · 32544f32
      unknown authored
        Fix bug #10359 : remove extra code
      
      
      sql/ha_innodb.cc:
        Fix bug #10359 : remove extra code
      32544f32
    • unknown's avatar
      ha_innodb.h, ha_innodb.cc: · 6358cdee
      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
      6358cdee