summaryrefslogtreecommitdiff
path: root/configure.cmake
diff options
context:
space:
mode:
authorArun Kuruvila <arun.kuruvila@oracle.com>2014-10-17 11:14:26 +0530
committerArun Kuruvila <arun.kuruvila@oracle.com>2014-10-17 11:14:26 +0530
commit635f38a2c1bb0d4e2d382a04e03d7ab716915e45 (patch)
tree449beccfe935cce264f1077eeb053d7ebf001d22 /configure.cmake
parent57eec7bc29734d55600260f93d191664b15ef7cf (diff)
downloadmariadb-git-635f38a2c1bb0d4e2d382a04e03d7ab716915e45.tar.gz
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.
Diffstat (limited to 'configure.cmake')
0 files changed, 0 insertions, 0 deletions