1. 18 Mar, 2005 8 commits
    • unknown's avatar
      Added more tests to grant2. Fixed some previous tests. · c9457005
      unknown authored
      Added new logic to ACL system:
      
      1) If GRANT OPTION (not mysql db):
         Ok to update existing user, but not password.
         Not allowed to make a new user.
      
      2) If UPDATE_ACL to mysql DB:
         Ok to update current user, but not make a new one.
      
      3) If INSERT_ACL to mysql DB:
         Ok to add a new user, but not modify existing.
      
      4) If GRANT OPTION to mysql DB:
         All modifications OK.
      
      
      mysql-test/r/grant2.result:
        Added more ACL tests and fixed results in some old tests.
      mysql-test/t/grant2.test:
        Added more ACL tests and fixed results in some old tests.
      sql/sql_acl.h:
        Made check_acl_user() visible to sql_parse.cc
      sql/sql_parse.cc:
        Added new logic to ACL system:
        
        1) If GRANT OPTION (not mysql db):
           Ok to update existing user, but not password.
           Not allowed to make a new user.
        
        2) If UPDATE_ACL to mysql DB:
           Ok to update current user, but not make a new one.
        
        3) If INSERT_ACL to mysql DB:
           Ok to add a new user, but not modify existing.
        
        4) If GRANT OPTION to mysql DB:
           All modifications OK.
      c9457005
    • unknown's avatar
      Manual merge · 0f58efbd
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      mysql-test/r/olap.result:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      BitKeeper/deleted/.del-isamchk.1.in~9d44303f6d951962:
        Auto merged
      BitKeeper/deleted/.del-isamlog.1.in~416d91adbf665b19:
        Auto merged
      0f58efbd
    • unknown's avatar
      olap.test: · ee2633a7
      unknown authored
        Added a test case for bug #8617.
      sql_select.cc:
        Fixed bug #8617.
        Queries with ROLLUP and LIMIT n returned more than n rows
        if SQL_CALC_FOUND_ROWS was used.
      
      
      sql/sql_select.cc:
        Fixed bug #8617.
        Queries with ROLLUP and LIMIT n returned more than n rows
        if SQL_CALC_FOUND_ROWS was used.
      mysql-test/t/olap.test:
        Added a test case for bug #8617.
      ee2633a7
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0 · 7e9984b1
      unknown authored
      into mysql.com:/home/jimw/my/mysql-5.0-clean
      
      
      7e9984b1
    • unknown's avatar
      Merge mysql.com:/home/jimw/my/mysql-5.0-build · 832c52d9
      unknown authored
      into mysql.com:/home/jimw/my/mysql-5.0-clean
      
      
      832c52d9
    • unknown's avatar
      Merge mysqldev@production.mysql.com:my/mysql-5.0-build · daf0cd14
      unknown authored
      into mysql.com:/home/jimw/my/mysql-5.0-build
      
      
      daf0cd14
    • unknown's avatar
      Fix merge of sql/sql_select.cc using Igor's patch (Bug #9254) · 63d70574
      unknown authored
      
      sql/sql_select.cc:
        Post-merge correction
      63d70574
    • unknown's avatar
      Merge mysql.com:/space/my/mysql-5.0-build · bf0d45ae
      unknown authored
      into mysql.com:/space/my/mysql-5.0
      
      
      bf0d45ae
  2. 17 Mar, 2005 32 commits