File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Context files
2
2
3
- This files are used to generate ` src/Contexts/*.php ` files.
3
+ These files are used to generate ` src/Contexts/*.php ` files.
4
4
You need to run ` ./tools/run_generators.sh ` to generate/update them.
5
5
The file ` src/Tools/ContextGenerator.php ` is responsible for building them.
6
6
And the generated files are loaded and used by ` src/Context.php ` .
@@ -18,7 +18,7 @@ For example: `tests/data/parser/parseSelectOverAlias_mariadb_100600.in`.
18
18
## Files structure
19
19
20
20
The file ` tools/contexts/_common.txt ` contains all the data
21
- that exists in all of the MariaDB and MySQL versions currently supported.
21
+ that exists in all the MariaDB and MySQL versions currently supported.
22
22
23
23
Each ` tools/contexts/_functions[MariaDb|MySql]<versionint>.txt ` contains the functions supported in this version.
24
24
You can’t perform that action at this time.
0 commit comments