mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
Merge 10.1 into 10.2
This commit is contained in:
commit
50999738ea
18 changed files with 369 additions and 368 deletions
|
|
@ -1,7 +1,7 @@
|
|||
/*****************************************************************************
|
||||
|
||||
Copyright (c) 2007, 2015, Oracle and/or its affiliates. All Rights Reserved.
|
||||
Copyright (c) 2014, 2017, MariaDB Corporation.
|
||||
Copyright (c) 2014, 2019, 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 the Free Software
|
||||
|
|
@ -27,6 +27,7 @@ Modified Dec 29, 2014 Jan Lindström
|
|||
|
||||
#ifndef i_s_h
|
||||
#define i_s_h
|
||||
#include "dict0types.h"
|
||||
|
||||
const char plugin_author[] = "Oracle Corporation";
|
||||
const char maria_plugin_author[] = "MariaDB Corporation";
|
||||
|
|
@ -65,6 +66,9 @@ extern struct st_maria_plugin i_s_innodb_tablespaces_encryption;
|
|||
extern struct st_maria_plugin i_s_innodb_tablespaces_scrubbing;
|
||||
extern struct st_maria_plugin i_s_innodb_sys_semaphore_waits;
|
||||
|
||||
/** The latest successfully looked up innodb_fts_aux_table */
|
||||
extern table_id_t innodb_ft_aux_table_id;
|
||||
|
||||
/** maximum number of buffer page info we would cache. */
|
||||
#define MAX_BUF_INFO_CACHED 10000
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue