mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
comments
This commit is contained in:
parent
0522307ed1
commit
13982b5a11
2 changed files with 9 additions and 3 deletions
|
@ -54,6 +54,9 @@ Created 1/20/1994 Heikki Tuuri
|
|||
#define INNODB_VERSION_BUGFIX 8
|
||||
|
||||
#ifndef PERCONA_INNODB_VERSION
|
||||
/* this is *not* the version of XtraDB as in Percona-Server sources,
|
||||
but the version of Percona-Server, where this XtraDB was taken from.
|
||||
Because Percona does not update XtraDB version for every release */
|
||||
#define PERCONA_INNODB_VERSION 24.1
|
||||
#endif
|
||||
|
||||
|
|
|
@ -1,14 +1,17 @@
|
|||
#
|
||||
# These groups are read by MariaDB server
|
||||
# These groups are read by MariaDB server.
|
||||
# Use it for options that only the server (but not clients) should see
|
||||
#
|
||||
# See the examples of server my.cnf files in /usr/share/mysql/
|
||||
#
|
||||
|
||||
[mysqld]
|
||||
|
||||
# this is read by the standalone daemon and embedded servers
|
||||
[server]
|
||||
|
||||
# this is only for the mysqld standalone daemon
|
||||
[mysqld]
|
||||
|
||||
# this is only for embedded server
|
||||
[embedded]
|
||||
|
||||
# This group is only read by MariaDB-5.5 servers.
|
||||
|
|
Loading…
Reference in a new issue