1. 18 May, 2005 22 commits
  2. 17 May, 2005 17 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
    • unknown's avatar
      Merge neptunus.(none):/home/msvensson/mysql/bug9535 · 7d740ed6
      unknown authored
      into neptunus.(none):/home/msvensson/mysql/mysql-5.0
      
      
      sql/item_strfunc.h:
        Auto merged
      7d740ed6
    • unknown's avatar
      BUG#9535 Warning for "create table t as select uuid();" · 804ce01a
      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
      804ce01a
    • unknown's avatar
      sql_yacc.yy: · afaa3c89
      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
      afaa3c89
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 3a9ddef2
      unknown authored
      into mysql.com:/opt/local/work/mysql-5.0-9643
      
      
      3a9ddef2
  3. 16 May, 2005 1 commit