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
50102fd8
Commit
50102fd8
authored
Jun 01, 2006
by
serg@serg.mylan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
second patch for make distcheck
parent
87e8b5ad
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
sql/ha_innodb.cc
sql/ha_innodb.cc
+4
-0
unittest/Makefile.am
unittest/Makefile.am
+2
-1
No files found.
sql/ha_innodb.cc
View file @
50102fd8
...
...
@@ -42,6 +42,8 @@ have disables the InnoDB inlining in this file. */
#define MAX_ULONG_BIT ((ulong) 1 << (sizeof(ulong)*8-1))
#ifdef WITH_INNOBASE_STORAGE_ENGINE
#include "ha_innodb.h"
pthread_mutex_t
innobase_share_mutex
,
/* to protect innobase_open_files */
...
...
@@ -7460,3 +7462,5 @@ mysql_declare_plugin(innobase)
}
mysql_declare_plugin_end
;
#endif
unittest/Makefile.am
View file @
50102fd8
SUBDIRS
=
mytap
.
mysys examples
noinst_SCRIPTS
=
unit
EXTRA_DIST
=
unit.pl
EXTRA_DIST
=
unit.pl
CLEANFILES
=
unit
unittests
=
mytap mysys
...
...
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