Skip to content

Instantly share code, notes, and snippets.

@yoku0825
Created March 17, 2014 03:07
Show Gist options
  • Save yoku0825/9593291 to your computer and use it in GitHub Desktop.
Save yoku0825/9593291 to your computer and use it in GitHub Desktop.
*** client/mysql.cc.orig 2014-01-15 00:38:00.000000000 +0900
--- client/mysql.cc 2014-03-17 12:03:41.322812350 +0900
***************
*** 374,379 ****
--- 374,380 ----
{ "set option", 0, 0, 0, ""},
{ "lock tables", 0, 0, 0, ""},
{ "unlock tables", 0, 0, 0, ""},
+ { "flush privileges", 0, 0, 0, ""},
/* generated 2006-12-28. Refresh occasionally from lexer. */
{ "ACTION", 0, 0, 0, ""},
{ "ADD", 0, 0, 0, ""},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment