1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Added spider patches for adding HANDLER support for the partition engine

013_mariadb-10.0.15.vp_handler.diff
034_mariadb-10.0.15.vp_handler2.diff
005_mariadb-10.0.15.hs.diff
041_mariadb-10.0.15.vp_handler2.diff
+ Fixes from Kentoku
+ Added handler/suite.pm and handler/suite.opt to be able to run test cases
  in spider/handler
This commit is contained in:
Monty
2016-11-20 22:30:30 +02:00
parent 6660708523
commit c57e1bf5e6
5 changed files with 119 additions and 24 deletions

View File

@ -3690,6 +3690,10 @@ public:
pushed_idx_cond_keyno= MAX_KEY;
in_range_check_pushed_down= false;
}
/* Needed for partition / spider */
virtual TABLE_LIST *get_next_global_for_child() { return NULL; }
/**
Part of old, deprecated in-place ALTER API.
*/