mariadb/scripts
Arun Kuruvila bb14cc03ab Bug #14486004 MYSQL_SETPERMISSION DOES NOT QUOTE USER NAMES
Description: Certain operations using the client tool
'mysql\_setpermisson' which uses username of the format 
"xxx-yyy" results in a syntax error.

Analysis: The user name variable ( $user ) was not quoted
properly in the 'mysql\_setpermission' script. As a result,
while granting user privileges for a user with username of
the format 'xxx-yyy', results in a syntax error.

Fix: The escape sequence has been applied for the user
variable in the script file.

Note: Test case is not added for this fix.
'mysql\_setpermission' executable resides in different
directories on pb2 machines and on local boxes. Hence the 
test case cannot be made generic.
2014-10-17 11:14:26 +05:30
..
CMakeLists.txt Bug#17633291: SET PROPER COMPILE OPTIONS FOR CLANG 2014-10-13 09:52:28 +02:00
comp_sql.c Updated/added copyright header. Added line "use is subject to license terms" 2014-02-17 18:19:04 +05:30
dheadgen.pl Updated/added copyright headers 2011-06-30 17:46:53 +02:00
fill_help_tables.sql Updated/added copyright header. Added line "use is subject to license terms" 2014-02-17 18:19:04 +05:30
msql2mysql.sh Updated/added copyright header. Added line "use is subject to license terms" 2014-02-17 18:19:04 +05:30
mysql_config.pl.in Bug#18235669 MYSQL_CONFIG TO PROVIDE R FLAG ON SOLARIS 2014-02-25 09:07:44 +01:00
mysql_config.sh Backport from trunk: 2014-05-12 15:21:23 +02:00
mysql_convert_table_format.sh Updated/added copyright headers 2011-06-30 17:37:13 +02:00
mysql_find_rows.sh Updated/added copyright headers 2011-06-30 17:31:31 +02:00
mysql_fix_extensions.sh Updated/added copyright headers 2011-06-30 17:31:31 +02:00
mysql_install_db.pl.in Bug#11751526 / Bug#42421 - MYSQL_INSTALL_DB.PL NOT RELOCATABLE ON WINDOWS 2014-02-03 16:04:44 +01:00
mysql_install_db.sh Updated/added copyright headers 2014-01-06 10:52:35 +05:30
mysql_secure_installation.pl.in Bug#13741677 MYSQL_SECURE_INSTALLATION DOES NOT 2012-07-26 21:47:03 +05:30
mysql_secure_installation.sh Bug#13741677 MYSQL_SECURE_INSTALLATION DOES NOT 2012-07-26 21:47:03 +05:30
mysql_setpermission.sh Bug #14486004 MYSQL_SETPERMISSION DOES NOT QUOTE USER NAMES 2014-10-17 11:14:26 +05:30
mysql_system_tables.sql Updated/added copyright headers 2014-01-06 10:52:35 +05:30
mysql_system_tables_data.sql Bug #12917164 DROP USER CAN'T DROP USERS WITH LEGACY 2013-10-31 23:14:33 +05:30
mysql_system_tables_fix.sql Bug #18415196 MYSQL_UPGRADE DUPLICATE KEY ERROR FOR MYSQL.USER FOR 5.5.35+, 5.6.15+, 5.7.3+ 2014-08-01 17:09:55 +05:30
mysql_test_data_timezone.sql Updated/added copyright header. Added line "use is subject to license terms" 2014-02-17 18:19:04 +05:30
mysql_zap.sh Updated/added copyright headers 2011-06-30 17:37:13 +02:00
mysqlaccess.conf Bug #19361402 - ADD --MANUAL-LLDB OPTION TO MYSQL-TEST-RUN.PL, contributed 2014-09-02 15:12:55 +05:30
mysqlaccess.sh Updated/added copyright headers 2014-01-06 10:52:35 +05:30
mysqlbug.sh Updated/added copyright header. Added line "use is subject to license terms" 2014-02-17 18:19:04 +05:30
mysqld_multi.sh Updated/added copyright headers. 2013-02-25 15:26:00 +01:00
mysqld_safe.sh Bug #16776528 RACE CONDITION CAN CAUSE MYSQLD TO REMOVE SOCKET FILE ERRANTLY 2013-09-09 21:31:50 +05:30
mysqldumpslow.sh Updated/added copyright headers 2011-06-30 17:37:13 +02:00
mysqlhotcopy.sh Bug #12992993 MYSQLHOTCOPY FAILS IF VIEW EXISTS 2012-08-14 15:13:30 +05:30