Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
53a73c68
Commit
53a73c68
authored
Jul 24, 2009
by
Vadim Tkachenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sync with extensions-1.0
parent
d455680f
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
50 additions
and
39 deletions
+50
-39
CMakeLists.txt
CMakeLists.txt
+4
-4
Makefile.am
Makefile.am
+1
-1
handler/ha_innodb.cc
handler/ha_innodb.cc
+29
-29
include/univ.i
include/univ.i
+1
-1
mysql-test/innodb-analyze.test
mysql-test/innodb-analyze.test
+2
-0
mysql-test/innodb_xtradb_bug317074.result
mysql-test/innodb_xtradb_bug317074.result
+3
-0
mysql-test/innodb_xtradb_bug317074.test
mysql-test/innodb_xtradb_bug317074.test
+6
-0
plug.in
plug.in
+1
-1
setup.sh
setup.sh
+3
-3
No files found.
CMakeLists.txt
View file @
53a73c68
...
@@ -20,14 +20,14 @@ ADD_DEFINITIONS(-D_WIN32 -D_LIB)
...
@@ -20,14 +20,14 @@ ADD_DEFINITIONS(-D_WIN32 -D_LIB)
# Bug 19424 - InnoDB: Possibly a memory overrun of the buffer being freed (64-bit Visual C)
# Bug 19424 - InnoDB: Possibly a memory overrun of the buffer being freed (64-bit Visual C)
# Removing Win64 compiler optimizations for all innodb/mem/* files.
# Removing Win64 compiler optimizations for all innodb/mem/* files.
IF
(
CMAKE_GENERATOR MATCHES
"Visual Studio"
AND CMAKE_SIZEOF_VOID_P MATCHES 8
)
IF
(
CMAKE_GENERATOR MATCHES
"Visual Studio"
AND CMAKE_SIZEOF_VOID_P MATCHES 8
)
SET_SOURCE_FILES_PROPERTIES
(
${
CMAKE_SOURCE_DIR
}
/storage/
xtradb
/mem/mem0mem.c
SET_SOURCE_FILES_PROPERTIES
(
${
CMAKE_SOURCE_DIR
}
/storage/
innobase
/mem/mem0mem.c
${
CMAKE_SOURCE_DIR
}
/storage/
xtradb
/mem/mem0pool.c
${
CMAKE_SOURCE_DIR
}
/storage/
innobase
/mem/mem0pool.c
PROPERTIES COMPILE_FLAGS -Od
)
PROPERTIES COMPILE_FLAGS -Od
)
ENDIF
(
CMAKE_GENERATOR MATCHES
"Visual Studio"
AND CMAKE_SIZEOF_VOID_P MATCHES 8
)
ENDIF
(
CMAKE_GENERATOR MATCHES
"Visual Studio"
AND CMAKE_SIZEOF_VOID_P MATCHES 8
)
INCLUDE_DIRECTORIES
(
${
CMAKE_SOURCE_DIR
}
/include
${
CMAKE_SOURCE_DIR
}
/zlib
INCLUDE_DIRECTORIES
(
${
CMAKE_SOURCE_DIR
}
/include
${
CMAKE_SOURCE_DIR
}
/zlib
${
CMAKE_SOURCE_DIR
}
/storage/
xtradb
/include
${
CMAKE_SOURCE_DIR
}
/storage/
innobase
/include
${
CMAKE_SOURCE_DIR
}
/storage/
xtradb
/handler
${
CMAKE_SOURCE_DIR
}
/storage/
innobase
/handler
${
CMAKE_SOURCE_DIR
}
/sql
${
CMAKE_SOURCE_DIR
}
/sql
${
CMAKE_SOURCE_DIR
}
/regex
${
CMAKE_SOURCE_DIR
}
/regex
${
CMAKE_SOURCE_DIR
}
/extra/yassl/include
)
${
CMAKE_SOURCE_DIR
}
/extra/yassl/include
)
...
...
Makefile.am
View file @
53a73c68
...
@@ -22,7 +22,7 @@ MYSQLLIBdir= $(pkglibdir)
...
@@ -22,7 +22,7 @@ MYSQLLIBdir= $(pkglibdir)
pkgplugindir
=
$(pkglibdir)
/plugin
pkgplugindir
=
$(pkglibdir)
/plugin
INCLUDES
=
-I
$(top_srcdir)
/include
-I
$(top_builddir)
/include
\
INCLUDES
=
-I
$(top_srcdir)
/include
-I
$(top_builddir)
/include
\
-I
$(top_srcdir)
/regex
\
-I
$(top_srcdir)
/regex
\
-I
$(top_srcdir)
/storage/
xtradb
/include
\
-I
$(top_srcdir)
/storage/
innobase
/include
\
-I
$(top_srcdir)
/sql
\
-I
$(top_srcdir)
/sql
\
-I
$(srcdir)
-I
$(srcdir)
...
...
handler/ha_innodb.cc
View file @
53a73c68
...
@@ -53,35 +53,35 @@ int init_strvar_from_file(char *var, int max_size, IO_CACHE *f,
...
@@ -53,35 +53,35 @@ int init_strvar_from_file(char *var, int max_size, IO_CACHE *f,
/* Include necessary InnoDB headers */
/* Include necessary InnoDB headers */
extern
"C"
{
extern
"C"
{
#include "../storage/
xtradb
/include/univ.i"
#include "../storage/
innobase
/include/univ.i"
#include "../storage/
xtradb
/include/btr0sea.h"
#include "../storage/
innobase
/include/btr0sea.h"
#include "../storage/
xtradb
/include/os0file.h"
#include "../storage/
innobase
/include/os0file.h"
#include "../storage/
xtradb
/include/os0thread.h"
#include "../storage/
innobase
/include/os0thread.h"
#include "../storage/
xtradb
/include/srv0start.h"
#include "../storage/
innobase
/include/srv0start.h"
#include "../storage/
xtradb
/include/srv0srv.h"
#include "../storage/
innobase
/include/srv0srv.h"
#include "../storage/
xtradb
/include/trx0roll.h"
#include "../storage/
innobase
/include/trx0roll.h"
#include "../storage/
xtradb
/include/trx0trx.h"
#include "../storage/
innobase
/include/trx0trx.h"
#include "../storage/
xtradb
/include/trx0sys.h"
#include "../storage/
innobase
/include/trx0sys.h"
#include "../storage/
xtradb
/include/mtr0mtr.h"
#include "../storage/
innobase
/include/mtr0mtr.h"
#include "../storage/
xtradb
/include/row0ins.h"
#include "../storage/
innobase
/include/row0ins.h"
#include "../storage/
xtradb
/include/row0mysql.h"
#include "../storage/
innobase
/include/row0mysql.h"
#include "../storage/
xtradb
/include/row0sel.h"
#include "../storage/
innobase
/include/row0sel.h"
#include "../storage/
xtradb
/include/row0upd.h"
#include "../storage/
innobase
/include/row0upd.h"
#include "../storage/
xtradb
/include/log0log.h"
#include "../storage/
innobase
/include/log0log.h"
#include "../storage/
xtradb
/include/lock0lock.h"
#include "../storage/
innobase
/include/lock0lock.h"
#include "../storage/
xtradb
/include/dict0crea.h"
#include "../storage/
innobase
/include/dict0crea.h"
#include "../storage/
xtradb
/include/btr0cur.h"
#include "../storage/
innobase
/include/btr0cur.h"
#include "../storage/
xtradb
/include/btr0btr.h"
#include "../storage/
innobase
/include/btr0btr.h"
#include "../storage/
xtradb
/include/fsp0fsp.h"
#include "../storage/
innobase
/include/fsp0fsp.h"
#include "../storage/
xtradb
/include/sync0sync.h"
#include "../storage/
innobase
/include/sync0sync.h"
#include "../storage/
xtradb
/include/fil0fil.h"
#include "../storage/
innobase
/include/fil0fil.h"
#include "../storage/
xtradb
/include/trx0xa.h"
#include "../storage/
innobase
/include/trx0xa.h"
#include "../storage/
xtradb
/include/row0merge.h"
#include "../storage/
innobase
/include/row0merge.h"
#include "../storage/
xtradb
/include/thr0loc.h"
#include "../storage/
innobase
/include/thr0loc.h"
#include "../storage/
xtradb
/include/dict0boot.h"
#include "../storage/
innobase
/include/dict0boot.h"
#include "../storage/
xtradb
/include/ha_prototypes.h"
#include "../storage/
innobase
/include/ha_prototypes.h"
#include "../storage/
xtradb
/include/ut0mem.h"
#include "../storage/
innobase
/include/ut0mem.h"
#include "../storage/
xtradb
/include/ibuf0ibuf.h"
#include "../storage/
innobase
/include/ibuf0ibuf.h"
}
}
#include "ha_innodb.h"
#include "ha_innodb.h"
...
...
include/univ.i
View file @
53a73c68
...
@@ -35,7 +35,7 @@ Created 1/20/1994 Heikki Tuuri
...
@@ -35,7 +35,7 @@ Created 1/20/1994 Heikki Tuuri
#
define
INNODB_VERSION_MAJOR
1
#
define
INNODB_VERSION_MAJOR
1
#
define
INNODB_VERSION_MINOR
0
#
define
INNODB_VERSION_MINOR
0
#
define
INNODB_VERSION_BUGFIX
3
#
define
INNODB_VERSION_BUGFIX
3
#
define
PERCONA_INNODB_VERSION
5
a
#
define
PERCONA_INNODB_VERSION
6
a
/* The following is the InnoDB version as shown in
/* The following is the InnoDB version as shown in
SELECT plugin_version FROM information_schema.plugins;
SELECT plugin_version FROM information_schema.plugins;
...
...
mysql-test/innodb-analyze.test
View file @
53a73c68
...
@@ -11,6 +11,7 @@
...
@@ -11,6 +11,7 @@
--
disable_result_log
--
disable_result_log
--
enable_warnings
--
enable_warnings
SET
@
old_innodb_stats_sample_pages
=@@
innodb_stats_sample_pages
;
SET
GLOBAL
innodb_stats_sample_pages
=
0
;
SET
GLOBAL
innodb_stats_sample_pages
=
0
;
# check that the value has been adjusted to 1
# check that the value has been adjusted to 1
...
@@ -61,3 +62,4 @@ SET GLOBAL innodb_stats_sample_pages=16;
...
@@ -61,3 +62,4 @@ SET GLOBAL innodb_stats_sample_pages=16;
ANALYZE
TABLE
innodb_analyze
;
ANALYZE
TABLE
innodb_analyze
;
DROP
TABLE
innodb_analyze
;
DROP
TABLE
innodb_analyze
;
SET
GLOBAL
innodb_stats_sample_pages
=@
old_innodb_stats_sample_pages
;
mysql-test/innodb_xtradb_bug317074.result
View file @
53a73c68
SET @old_innodb_file_format=@@innodb_file_format;
SET @old_innodb_file_per_table=@@innodb_file_per_table;
SET @old_innodb_file_format_check=@@innodb_file_format_check;
SET GLOBAL innodb_file_format='Barracuda';
SET GLOBAL innodb_file_format='Barracuda';
SET GLOBAL innodb_file_per_table=ON;
SET GLOBAL innodb_file_per_table=ON;
mysql-test/innodb_xtradb_bug317074.test
View file @
53a73c68
--
source
include
/
have_innodb
.
inc
--
source
include
/
have_innodb
.
inc
SET
@
old_innodb_file_format
=@@
innodb_file_format
;
SET
@
old_innodb_file_per_table
=@@
innodb_file_per_table
;
SET
@
old_innodb_file_format_check
=@@
innodb_file_format_check
;
SET
GLOBAL
innodb_file_format
=
'Barracuda'
;
SET
GLOBAL
innodb_file_format
=
'Barracuda'
;
SET
GLOBAL
innodb_file_per_table
=
ON
;
SET
GLOBAL
innodb_file_per_table
=
ON
;
...
@@ -36,3 +39,6 @@ DROP PROCEDURE insert_many;
...
@@ -36,3 +39,6 @@ DROP PROCEDURE insert_many;
ALTER
TABLE
test1
ENGINE
=
MyISAM
;
ALTER
TABLE
test1
ENGINE
=
MyISAM
;
DROP
TABLE
test1
;
DROP
TABLE
test1
;
SET
GLOBAL
innodb_file_format
=@
old_innodb_file_format
;
SET
GLOBAL
innodb_file_per_table
=@
old_innodb_file_per_table
;
SET
GLOBAL
innodb_file_format_check
=@
old_innodb_file_format_check
;
plug.in
View file @
53a73c68
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
MYSQL_STORAGE_ENGINE
(
innobase
,
innodb
, [
InnoDB
Storage
Engine
],
MYSQL_STORAGE_ENGINE
(
innobase
,
innodb
, [
InnoDB
Storage
Engine
],
[
Transactional
Tables
using
InnoDB
], [
max
,
max
-
no
-
ndb
])
[
Transactional
Tables
using
InnoDB
], [
max
,
max
-
no
-
ndb
])
MYSQL_PLUGIN_DIRECTORY
(
innobase
, [
storage
/
xtradb
])
MYSQL_PLUGIN_DIRECTORY
(
innobase
, [
storage
/
innobase
])
MYSQL_PLUGIN_STATIC
(
innobase
, [
libinnobase
.
a
])
MYSQL_PLUGIN_STATIC
(
innobase
, [
libinnobase
.
a
])
MYSQL_PLUGIN_DYNAMIC
(
innobase
, [
ha_innodb
.
la
])
MYSQL_PLUGIN_DYNAMIC
(
innobase
, [
ha_innodb
.
la
])
MYSQL_PLUGIN_ACTIONS
(
innobase
, [
MYSQL_PLUGIN_ACTIONS
(
innobase
, [
...
...
setup.sh
View file @
53a73c68
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
set
-eu
set
-eu
TARGETDIR
=
../storage/
xtradb
TARGETDIR
=
../storage/
innobase
# link the build scripts
# link the build scripts
BUILDSCRIPTS
=
"compile-innodb compile-innodb-debug"
BUILDSCRIPTS
=
"compile-innodb compile-innodb-debug"
...
@@ -40,8 +40,8 @@ ln -sf ../$TARGETDIR/mysql-test/*.inc .
...
@@ -40,8 +40,8 @@ ln -sf ../$TARGETDIR/mysql-test/*.inc .
# These patches are usually needed because of deviations of behavior between
# These patches are usually needed because of deviations of behavior between
# the stock InnoDB and the InnoDB Plugin.
# the stock InnoDB and the InnoDB Plugin.
cd
../..
cd
../..
for
patch
in
storage/
xtradb
/mysql-test/patches/
*
.diff
;
do
for
patch
in
storage/
innobase
/mysql-test/patches/
*
.diff
;
do
if
[
"
${
patch
}
"
!=
"storage/
xtradb
/mysql-test/patches/*.diff"
]
;
then
if
[
"
${
patch
}
"
!=
"storage/
innobase
/mysql-test/patches/*.diff"
]
;
then
patch
-p0
<
${
patch
}
patch
-p0
<
${
patch
}
fi
fi
done
done
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment