Commit b6a94a9
committed
Handle TEMPORARY keyword in EXISTS and SHOW statements
Add Temporary field to ExistsQuery and ShowQuery AST types.
Parse TEMPORARY keyword in:
- EXISTS TEMPORARY TABLE statements
- SHOW TEMPORARY TABLES statements
Fixes 5 statements across 2 tests:
- 00564_temporary_table_management (3 statements)
- 00492_drop_temporary_table (2 statements)1 parent 41cafb0 commit b6a94a9
File tree
4 files changed
+15
-11
lines changed- ast
- parser
- testdata
- 00492_drop_temporary_table
- 00564_temporary_table_management
4 files changed
+15
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
775 | 775 | | |
776 | 776 | | |
777 | 777 | | |
| 778 | + | |
778 | 779 | | |
779 | 780 | | |
780 | 781 | | |
| |||
956 | 957 | | |
957 | 958 | | |
958 | 959 | | |
| 960 | + | |
959 | 961 | | |
960 | 962 | | |
961 | 963 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5862 | 5862 | | |
5863 | 5863 | | |
5864 | 5864 | | |
| 5865 | + | |
| 5866 | + | |
| 5867 | + | |
| 5868 | + | |
| 5869 | + | |
| 5870 | + | |
5865 | 5871 | | |
5866 | 5872 | | |
5867 | 5873 | | |
| |||
7192 | 7198 | | |
7193 | 7199 | | |
7194 | 7200 | | |
| 7201 | + | |
| 7202 | + | |
| 7203 | + | |
| 7204 | + | |
| 7205 | + | |
| 7206 | + | |
7195 | 7207 | | |
7196 | 7208 | | |
7197 | 7209 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
| 1 | + | |
Lines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | 2 | | |
0 commit comments