This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| Add a table to list of used tables. | |
| @param thd Current session. | |
| @param table_name Table to add | |
| @param alias alias for table (or null if no alias) | |
| @param table_options A set of the following bits: | |
| - TL_OPTION_UPDATING : Table will be updated | |
| - TL_OPTION_FORCE_INDEX : Force usage of index | |
| - TL_OPTION_ALIAS : an alias in multi table DELETE |