1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

merge 10.0-base -> 10.0

This commit is contained in:
unknown
2013-09-26 21:20:15 +03:00
41 changed files with 278 additions and 203 deletions

View File

@@ -3633,6 +3633,7 @@ public:
virtual bool check_if_supported_virtual_columns(void) { return FALSE;}
TABLE* get_table() { return table; }
TABLE_SHARE* get_table_share() { return table_share; }
protected:
/* deprecated, don't use in new engines */
inline void ha_statistic_increment(ulong SSV::*offset) const { }
@@ -3884,7 +3885,7 @@ protected:
#include "multi_range_read.h"
bool key_uses_partial_cols(TABLE *table, uint keyno);
bool key_uses_partial_cols(TABLE_SHARE *table, uint keyno);
/* Some extern variables used with handlers */