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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
a82d5e01
Commit
a82d5e01
authored
Jun 01, 2006
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
second patch for make distcheck
parent
600b9f1d
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 @
a82d5e01
...
...
@@ -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 @
a82d5e01
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