| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
| |
table with an empty hostname. (Bug #11330)
|
|
|
|
| |
mysql-test-run to the tests themselves.
|
|
|
|
|
| |
to grant.test and using replace_column to neuter the Privileges column in
SHOW FULL COLUMNS.
|
|\
| |
| |
| | |
user limits to behave well on 5.0 tables, into 4.1 tree.
|
| |
| |
| |
| |
| |
| |
| | |
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).
|
|\ \
| |/ |
|
| |
| |
| |
| |
| | |
Add in missing privilege checks.
Tests for the privileges.
|
| |
| |
| |
| |
| |
| | |
columns from columns_priv
bug #6933: error in the tests/grant.pl test).
|
|\ \
| |/ |
|
| |
| |
| |
| |
| | |
Prevent creation of a row which grants no rights
Test included
|
| |
| |
| |
| | |
BUG #5831 Changed mysql_revoke_all() to successfully delete all privileges for a user in one pass.
|
| |
| |
| |
| |
| |
| | |
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.
|
|\ \
| |/ |
|
| | |
|
| |
| |
| |
| | |
table db)
|
| | |
|
| |
| |
| |
| |
| | |
This change fixes SHOW GRANTS problem, while EXPLAIN will be fixed
in a separate patch.
|
| |
| |
| |
| |
| | |
This gives the handler more optimization possiblities and is needed for NDB cluster
Fixed not-initialized memory error detected by valgrind
|
| | |
|
| |
| |
| |
| |
| |
| | |
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 ''.
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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)
|
|/ /
| |
| |
| |
| |
| | |
is changed to a more consistent
REVOKE ALL PRIVILEGES, GRANT OPTION FROM user_list.
Bug #2642
|
|\ \
| |/ |
|
| |
| |
| |
| | |
Fix bug in SHOW GRANTS when there is a column privilege but no table privilege
|
|\ \
| |/ |
|
| |\ |
|
| | |
| | |
| | |
| | | |
Fix packet error when using wrong GRANT command
|
| |/
| |
| |
| | |
Fix for a bug #878
|
| |
| |
| |
| |
| | |
Use server character set if --default-character-set is not used
Added convert_string() for more efficient alloc+character-set convert of strings
|
|\ \
| |/ |
|
| | |
|
| | |
|
| | |
|
|/ |
|
|
|
|
|
|
|
| |
grant on database.* to xx@yy with grant option;
is done.
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
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.
|
|
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
|