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
8864a280
Commit
8864a280
authored
Sep 28, 2005
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0
into zim.(none):/home/brian/mysql/archive-move
parents
14650d4f
5c24a8fe
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
6 deletions
+6
-6
libmysqld/Makefile.am
libmysqld/Makefile.am
+2
-2
sql/Makefile.am
sql/Makefile.am
+2
-2
sql/ha_archive.cc
sql/ha_archive.cc
+1
-1
sql/ha_archive.h
sql/ha_archive.h
+0
-0
sql/handler.cc
sql/handler.cc
+1
-1
No files found.
libmysqld/Makefile.am
View file @
8864a280
...
@@ -37,7 +37,7 @@ SUBDIRS = . examples
...
@@ -37,7 +37,7 @@ SUBDIRS = . examples
libmysqld_sources
=
libmysqld.c lib_sql.cc emb_qcache.cc
libmysqld_sources
=
libmysqld.c lib_sql.cc emb_qcache.cc
libmysqlsources
=
errmsg.c get_password.c libmysql.c client.c pack.c
\
libmysqlsources
=
errmsg.c get_password.c libmysql.c client.c pack.c
\
my_time.c
my_time.c
sqlexamplessources
=
ha_example.cc ha_
archive.cc ha_
tina.cc
sqlexamplessources
=
ha_example.cc ha_tina.cc
noinst_HEADERS
=
embedded_priv.h emb_qcache.h
noinst_HEADERS
=
embedded_priv.h emb_qcache.h
...
@@ -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 sql_cursor.cc
\
spatial.cc gstream.cc sql_help.cc tztime.cc sql_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 sql_view.cc sql_trigger.cc my_decimal.cc
\
parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc
\
ha_blackhole.cc
ha_blackhole.cc
ha_archive.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
=
...
...
sql/Makefile.am
View file @
8864a280
...
@@ -62,7 +62,7 @@ noinst_HEADERS = item.h item_func.h item_sum.h item_cmpfunc.h \
...
@@ -62,7 +62,7 @@ noinst_HEADERS = item.h item_func.h item_sum.h item_cmpfunc.h \
sp_head.h sp_pcontext.h sp_rcontext.h sp.h sp_cache.h
\
sp_head.h sp_pcontext.h sp_rcontext.h sp.h sp_cache.h
\
parse_file.h sql_view.h sql_trigger.h
\
parse_file.h sql_view.h sql_trigger.h
\
sql_array.h sql_cursor.h
\
sql_array.h sql_cursor.h
\
examples/ha_example.h
examples/
ha_archive.h
\
examples/ha_example.h ha_archive.h
\
examples/ha_tina.h ha_blackhole.h
\
examples/ha_tina.h ha_blackhole.h
\
ha_federated.h
ha_federated.h
mysqld_SOURCES
=
sql_lex.cc sql_handler.cc
\
mysqld_SOURCES
=
sql_lex.cc sql_handler.cc
\
...
@@ -98,7 +98,7 @@ mysqld_SOURCES = sql_lex.cc sql_handler.cc \
...
@@ -98,7 +98,7 @@ mysqld_SOURCES = sql_lex.cc sql_handler.cc \
tztime.cc my_time.c my_decimal.cc
\
tztime.cc my_time.c my_decimal.cc
\
sp_head.cc sp_pcontext.cc sp_rcontext.cc sp.cc
\
sp_head.cc sp_pcontext.cc sp_rcontext.cc sp.cc
\
sp_cache.cc parse_file.cc sql_trigger.cc
\
sp_cache.cc parse_file.cc sql_trigger.cc
\
examples/ha_example.cc
examples/
ha_archive.cc
\
examples/ha_example.cc ha_archive.cc
\
examples/ha_tina.cc ha_blackhole.cc
\
examples/ha_tina.cc ha_blackhole.cc
\
ha_federated.cc
ha_federated.cc
...
...
sql/
examples/
ha_archive.cc
→
sql/ha_archive.cc
View file @
8864a280
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
#pragma implementation // gcc: Class implementation
#pragma implementation // gcc: Class implementation
#endif
#endif
#include "
../
mysql_priv.h"
#include "mysql_priv.h"
#ifdef HAVE_ARCHIVE_DB
#ifdef HAVE_ARCHIVE_DB
#include "ha_archive.h"
#include "ha_archive.h"
...
...
sql/
examples/
ha_archive.h
→
sql/ha_archive.h
View file @
8864a280
File moved
sql/handler.cc
View file @
8864a280
...
@@ -38,7 +38,7 @@ extern handlerton blackhole_hton;
...
@@ -38,7 +38,7 @@ extern handlerton blackhole_hton;
extern
handlerton
example_hton
;
extern
handlerton
example_hton
;
#endif
#endif
#ifdef HAVE_ARCHIVE_DB
#ifdef HAVE_ARCHIVE_DB
#include "
examples/
ha_archive.h"
#include "ha_archive.h"
extern
handlerton
archive_hton
;
extern
handlerton
archive_hton
;
#endif
#endif
#ifdef HAVE_CSV_DB
#ifdef HAVE_CSV_DB
...
...
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