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
e44ee764
Commit
e44ee764
authored
Jul 21, 2005
by
pappa@c-450ae253.1238-1-64736c10.cust.bredbandsbolaget.se
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Included partitioning into embedded server
parent
1ff1301d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
9 deletions
+1
-9
include/my_global.h
include/my_global.h
+0
-8
libmysqld/Makefile.am
libmysqld/Makefile.am
+1
-1
No files found.
include/my_global.h
View file @
e44ee764
...
@@ -78,14 +78,6 @@
...
@@ -78,14 +78,6 @@
#endif
#endif
#endif
/* _WIN32... */
#endif
/* _WIN32... */
/* Remove some things in embedded library */
#ifdef EMBEDDED_LIBRARY
/* No partition handler in embedded library */
#ifdef HAVE_PARTITION_DB
#undef HAVE_PARTITION_DB
#endif
#endif
/* Some defines to avoid ifdefs in the code */
/* Some defines to avoid ifdefs in the code */
#ifndef NETWARE_YIELD
#ifndef NETWARE_YIELD
#define NETWARE_YIELD
#define NETWARE_YIELD
...
...
libmysqld/Makefile.am
View file @
e44ee764
...
@@ -63,7 +63,7 @@ sqlsources = derror.cc field.cc field_conv.cc strfunc.cc filesort.cc \
...
@@ -63,7 +63,7 @@ sqlsources = derror.cc field.cc field_conv.cc strfunc.cc filesort.cc \
spatial.cc gstream.cc sql_help.cc tztime.cc protocol_cursor.cc
\
spatial.cc gstream.cc sql_help.cc tztime.cc protocol_cursor.cc
\
sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc
\
sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc
\
parse_file.cc rpl_filter.cc sql_view.cc sql_trigger.cc my_decimal.cc
\
parse_file.cc rpl_filter.cc sql_view.cc sql_trigger.cc my_decimal.cc
\
ha_blackhole.cc
ha_blackhole.cc
sql_partition.cc ha_partition.cc
libmysqld_int_a_SOURCES
=
$(libmysqld_sources)
$(libmysqlsources)
$(sqlsources)
$(sqlexamplessources)
libmysqld_int_a_SOURCES
=
$(libmysqld_sources)
$(libmysqlsources)
$(sqlsources)
$(sqlexamplessources)
libmysqld_a_SOURCES
=
libmysqld_a_SOURCES
=
...
...
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