Skip to content

Instantly share code, notes, and snippets.

@wmh
Created May 6, 2009 16:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wmh/107603 to your computer and use it in GitHub Desktop.
Save wmh/107603 to your computer and use it in GitHub Desktop.
Z:\report\www\phpmyadmin\libraries\sqlparser.lib.php
...
for ($i = $start_token; $i < $arraysize; $i++) {
...
switch ($typearr[2]) {
...
case 'alpha_columnAttrib':
Line: 2104
//Added By Hunter 2007/12/21
//原本會產生像是這樣的字串:「AUTO_INCREMENT =23DEFAULT CHARSET = utf8」
if ($arr[$i]['data'] == 'DEFAULT') {
$before = ' '.$before;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment