Commit Graph

9 Commits

Author SHA1 Message Date
9afaef8bb5 executor: bind the func to memtableRetriever (#15181)
* executor: bind the func to memtableRetriever

Signed-off-by: Rustin-Liu <rustin.liu@gmail.com>

* executor: bind dataForSchemata to memtableRetriever

Signed-off-by: Rustin-Liu <rustin.liu@gmail.com>

* executor: rename dataForSchemata

Signed-off-by: Rustin-Liu <rustin.liu@gmail.com>

* executor: bind the func to memtableRetriever

Signed-off-by: Rustin-Liu <rustin.liu@gmail.com>

* executor: bind the func to memtableRetriever

Signed-off-by: Rustin-Liu <rustin.liu@gmail.com>

* executor: bind func to memtableRetriever

Signed-off-by: Rustin-Liu <rustin.liu@gmail.com>

Co-authored-by: Lonng <heng@lonng.org>
2020-03-09 13:06:25 +08:00
1f5fb46f95 infoschema: migrate dataForTables and dataForPartitions from package infoschema to executor #15034 #15037 (#15208) 2020-03-09 10:30:16 +08:00
5d0a260ce6 executor,infoschema: move dataForUserPrivileges from infoschema to executor (#15155) 2020-03-06 17:57:46 +08:00
13d7322a0f executor: migrate dataForKeyColumnUsage from infoschema to executor (#15166) 2020-03-06 15:37:46 +08:00
debe5cbcff executor: Migrate dataForIndexes from package infoschema to exector (#15116) 2020-03-05 11:06:46 +08:00
3b347958c6 infoschema: Migrate the infoschema's retrieving data logic for 'dataForCollationCharacterSetApplicability' to executor (#15115) 2020-03-04 16:29:16 +08:00
9c970f137d infoschema: Migrate the infoschema's retrieving data logic for 'CharacterSets/Collations' to executor (#15103) 2020-03-03 22:29:12 +08:00
3722500e36 infoschema: Migrate the infoschema's retrieving data logic for 'engine' to executor (#15102) 2020-03-03 21:56:55 +08:00
249ff99f21 infoschema: Migrate the infoschema's retrieving data logic for 'schemata' to executor (#14704) 2020-02-18 10:16:18 +08:00