Commit 0d3816f8 authored by unknown's avatar unknown

fixed coding style


sql/sql_yacc.yy:
  Fixed coding style (tabs)
parent 010a03d6
......@@ -9784,9 +9784,10 @@ literal:
MYSQL_YYABORT;
}
}
| DATE_SYM text_literal { $$ = $2; }
| TIME_SYM text_literal { $$ = $2; }
| TIMESTAMP text_literal { $$ = $2; };
| DATE_SYM text_literal { $$ = $2; }
| TIME_SYM text_literal { $$ = $2; }
| TIMESTAMP text_literal { $$ = $2; }
;
NUM_literal:
NUM
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment