mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 15:45:33 +02:00
Merge 10.1 into 10.2
This commit is contained in:
commit
70505dd45b
136 changed files with 1290 additions and 975 deletions
|
|
@ -1846,8 +1846,8 @@ int spider_db_append_key_where_internal(
|
|||
#if defined(MARIADB_BASE_VERSION) && MYSQL_VERSION_ID >= 100000
|
||||
case HA_READ_PREFIX_LAST:
|
||||
result_list->desc_flg = TRUE;
|
||||
/* fall through */
|
||||
#endif
|
||||
/* fall through */
|
||||
case HA_READ_KEY_EXACT:
|
||||
if (sql_kind == SPIDER_SQL_KIND_SQL)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -516,7 +516,6 @@ int spider_free_share_alloc(
|
|||
) {
|
||||
int roop_count;
|
||||
DBUG_ENTER("spider_free_share_alloc");
|
||||
if (share->dbton_bitmap)
|
||||
{
|
||||
for (roop_count = SPIDER_DBTON_SIZE - 1; roop_count >= 0; roop_count--)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue