mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 03:47:17 +02:00
MySQL-5.5.35 merge
This commit is contained in:
commit
37d240ecf9
90 changed files with 864 additions and 289 deletions
|
|
@ -45,6 +45,7 @@
|
|||
#include "ma_blockrec.h"
|
||||
#include "trnman.h"
|
||||
#include "ma_key_recover.h"
|
||||
#include <my_check_opt.h>
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <my_getopt.h>
|
||||
|
|
|
|||
|
|
@ -13,6 +13,8 @@
|
|||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
|
||||
|
||||
#include <my_check_opt.h>
|
||||
|
||||
/* almost every standalone maria program will need it */
|
||||
void _mi_report_crashed(void *file __attribute__((unused)),
|
||||
const char *message __attribute__((unused)),
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@
|
|||
#include "ma_key_recover.h"
|
||||
#include "ma_recovery_util.h"
|
||||
#include "hash.h"
|
||||
#include <my_check_opt.h>
|
||||
|
||||
struct st_trn_for_recovery /* used only in the REDO phase */
|
||||
{
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@
|
|||
*/
|
||||
|
||||
#include "ma_fulltext.h"
|
||||
#include <my_check_opt.h>
|
||||
#if defined(MSDOS) || defined(__WIN__)
|
||||
#include <fcntl.h>
|
||||
#else
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@
|
|||
#include <m_ctype.h>
|
||||
#include <stdarg.h>
|
||||
#include <my_getopt.h>
|
||||
#include <my_check_opt.h>
|
||||
#ifdef HAVE_SYS_MMAN_H
|
||||
#include <sys/mman.h>
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue