mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 03:47:17 +02:00
Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext
This commit is contained in:
commit
765347384a
629 changed files with 14689 additions and 11104 deletions
|
|
@ -1,4 +1,5 @@
|
|||
/* Copyright (c) 2004, 2015, Oracle and/or its affiliates.
|
||||
Copyright (c) 2017, MariaDB Corporation.
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
|
@ -2943,6 +2944,7 @@ int ha_federated::extra(ha_extra_function operation)
|
|||
break;
|
||||
case HA_EXTRA_PREPARE_FOR_DROP:
|
||||
table_will_be_deleted = TRUE;
|
||||
break;
|
||||
default:
|
||||
/* do nothing */
|
||||
DBUG_PRINT("info",("unhandled operation: %d", (uint) operation));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue