An error occurred fetching the project authors.
- 03 Aug, 2006 1 commit
-
-
svoj@may.pils.ru authored
privileges This problem is 4.1 specific. It doesn't affect 4.0 and was fixed in 5.x before. Having any mysql user who is allowed to issue multi table update statement and any column/table grants, allows this user to update any table on a server (mysql grant tables are not exception). check_grant() accepts number of tables (in table list) to be checked in 5-th param. While checking grants for multi table update, number of tables must be 1. It must never be 0 (actually we have DBUG_ASSERT(number > 0) in 5.x in grant_check() function).
-
- 06 Mar, 2006 1 commit
-
-
gluh@eagle.intranet.mysql.r18.ru authored
Check if the host of table hash record exactly matches host from GRANT command
-
- 09 Jan, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
- When acl_user->host.hostname is NULL compare it as ""
-
- 14 Nov, 2005 1 commit
-
-
bar@mysql.com authored
ps_grant.result: Fixing result order. grant.result: Adding test case, fixing result order. grant.test: Adding test case. sql_acl.cc: Fixed that my_charset_latin1 was incorrectly used instead of system_charset_info. This problem was previously fixed by Ingo in 5.0. This patch is basically a backport of the same changes into 4.1.
-
- 04 Aug, 2005 1 commit
-
-
bar@mysql.com authored
fixing tests accordingly item.cc: Bug #10892 user variables not auto cast for comparisons When mixing strings with different character sets, and coercibility is the same, we allow conversion if one character set is superset for other character set.
-
- 28 Jul, 2005 1 commit
-
-
monty@mysql.com authored
-
- 05 Jul, 2005 1 commit
-
-
jimw@mysql.com authored
-
- 20 Jun, 2005 1 commit
-
-
jimw@mysql.com authored
table with an empty hostname. (Bug #11330)
-
- 29 Mar, 2005 1 commit
-
-
jimw@mysql.com authored
mysql-test-run to the tests themselves.
-
- 10 Feb, 2005 1 commit
-
-
jimw@mysql.com authored
to grant.test and using replace_column to neuter the Privileges column in SHOW FULL COLUMNS.
-
- 23 Dec, 2004 1 commit
-
-
dlenev@mysql.com authored
to behave well on 5.0 tables (well now you can't use tables from 4.1 and 5.0 with 4.0 because former use utf8, but still it is nice to have similar code in acl_init() and replace_user_table()). This also will make such GRANTs working in 5.0 (they are broken now).
-
- 18 Dec, 2004 1 commit
-
-
Add in missing privilege checks. Tests for the privileges.
-
- 02 Dec, 2004 1 commit
-
-
ram@gw.mysql.r18.ru authored
bug #6933: error in the tests/grant.pl test).
-
- 11 Nov, 2004 1 commit
-
-
acurtis@pcgem.rdg.cyberkinetica.com authored
Prevent creation of a row which grants no rights Test included
-
- 01 Oct, 2004 2 commits
-
-
dellis@goetia.(none) authored
BUG #5831 Changed mysql_revoke_all() to successfully delete all privileges for a user in one pass.
-
dellis@goetia.(none) authored
Logging to logging@openlogging.org accepted sql_acl.cc, grant.test, grant.result: BUG 5831 Changed mysql_revoke_all() to successfully delete all privileges for a user in one pass.
-
- 12 Aug, 2004 2 commits
-
-
ram@gw.mysql.r18.ru authored
-
ram@gw.mysql.r18.ru authored
-
- 08 Jul, 2004 1 commit
-
-
bar@mysql.com authored
-
- 14 May, 2004 1 commit
-
-
bar@bar.intranet.mysql.r18.ru authored
This change fixes SHOW GRANTS problem, while EXPLAIN will be fixed in a separate patch.
-
- 08 Apr, 2004 1 commit
-
-
monty@mysql.com authored
This gives the handler more optimization possiblities and is needed for NDB cluster Fixed not-initialized memory error detected by valgrind
-
- 17 Mar, 2004 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
-
- 01 Mar, 2004 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
When password was granted with a global grant, then granting privileges on database level, without password being specified, will temporary (in memory) set password to ''.
-
- 16 Feb, 2004 1 commit
-
-
monty@mysql.com authored
Added more DBUG statements Ensure that we are comparing end space with BINARY strings Use 'any_db' instead of '' to mean any database. (For HANDLER command) Only strip ' ' when comparing CHAR, not other space-like characters (like \t)
-
- 15 Feb, 2004 1 commit
-
-
serg@serg.mylan authored
is changed to a more consistent REVOKE ALL PRIVILEGES, GRANT OPTION FROM user_list. Bug #2642
-
- 09 Sep, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Fix bug in SHOW GRANTS when there is a column privilege but no table privilege
-
- 22 Aug, 2003 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
Fix for a bug #878
-
- 18 Aug, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Use server character set if --default-character-set is not used Added convert_string() for more efficient alloc+character-set convert of strings
-
- 15 Aug, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Fix packet error when using wrong GRANT command
-
- 01 Jul, 2003 2 commits
-
-
Sinisa@sinisa.nasamreza.org authored
-
Sinisa@sinisa.nasamreza.org authored
-
- 23 Jun, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
-
- 06 Jun, 2003 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
-
- 11 Jan, 2003 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
grant on database.* to xx@yy with grant option; is done.
-
- 16 Sep, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Fixed bug in SELECT ... ORDER BY ... LIMIT Fixed bug in ALTER TABLE and RENAME TABLE with --lower-case-table-names Fixed hang when using --with-openssl
-
- 11 Sep, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Improve mysql-test to be more robust. Fix that GRANT doesn't delete SSL options Change innobase_flush_log_at_trx_commit to uint. Don't rotate logs if we read a rotate log entry from the master.
-
- 05 Sep, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Fixed that GRANT ... REQUIRE options are not forgot when doing new GRANT Changed fn_ext to point at first '.' after directory. FLUSH LOGS removed numerical extension for all future update logs. Fixed the mysqld --help reports right values for --datadir and --bind-address --log-binary=a.b.c now properly strips of .b.c Fix that one can DROP UDF functions that was not loaded at startup Made AND optional in REQUIRE Added REQUIRE NONE
-