Add ability to configure index hint with variable

See #1560
This commit is contained in:
Kijin Sung 2021-01-14 00:40:38 +09:00
parent 0c6bc8fbb1
commit 03e5909036
6 changed files with 81 additions and 4 deletions

View file

@ -11,4 +11,5 @@ class IndexHint
public $hint_type = '';
public $index_name = '';
public $table_name = '';
public $var;
}