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
48d48eac
Commit
48d48eac
authored
Aug 11, 2001
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge hundin:/my/mysql into bitch.mysql.fi:/my/mysql
BitKeeper/etc/ignore: auto-union
parents
1e5b7a20
cc32440c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
47 deletions
+9
-47
.bzrignore
.bzrignore
+9
-7
bdb/include/rpc_client_ext.h
bdb/include/rpc_client_ext.h
+0
-19
bdb/include/rpc_server_ext.h
bdb/include/rpc_server_ext.h
+0
-21
No files found.
.bzrignore
View file @
48d48eac
...
...
@@ -8,14 +8,18 @@
*.lo
*.o
*.spec
*/*_pure_*warnings
*/.pure
*~
.*.swp
.deps
.gdb_history
.gdbinit
.libs
.o
.out
.snprj/*
.vimrc
BitKeeper/etc/config
BitKeeper/etc/csets
BitKeeper/etc/csets-in
...
...
@@ -119,6 +123,8 @@ bdb/include/gen_server_ext.h
bdb/include/hash_auto.h
bdb/include/log_auto.h
bdb/include/qam_auto.h
bdb/include/rpc_client_ext.h
bdb/include/rpc_server_ext.h
bdb/include/txn_auto.h
bdb/java/src/com/sleepycat/db/DbConstants.java
bdb/log/log_auto.c
...
...
@@ -166,6 +172,7 @@ heap/hp_test2
include/my_config.h
include/my_global.h
include/mysql_version.h
include/widec.h
innobase/ib_config.h
innobase/ib_config.h.in
isam/isamchk
...
...
@@ -199,6 +206,8 @@ myisam/mi_test_all
myisam/myisamchk
myisam/myisamlog
myisam/myisampack
myisam/test1.MYD
myisam/test1.MYI
mysql-test/gmon.out
mysql-test/install_test_db
mysql-test/mysql-test-run
...
...
@@ -287,10 +296,3 @@ support-files/mysql.server
support-files/mysql.spec
tags
tmp/*
myisam/test1.MYD
myisam/test1.MYI
.gdbinit
.vimrc
*/.pure
*/*_pure_*warnings
include/widec.h
bdb/include/rpc_client_ext.h
deleted
100644 → 0
View file @
1e5b7a20
/* DO NOT EDIT: automatically built by dist/s_include. */
#ifndef _rpc_client_ext_h_
#define _rpc_client_ext_h_
#if defined(__cplusplus)
extern
"C"
{
#endif
int
__dbcl_envserver
__P
((
DB_ENV
*
,
char
*
,
long
,
long
,
u_int32_t
));
int
__dbcl_refresh
__P
((
DB_ENV
*
));
int
__dbcl_txn_close
__P
((
DB_ENV
*
));
void
__dbcl_txn_end
__P
((
DB_TXN
*
));
int
__dbcl_c_destroy
__P
((
DBC
*
));
void
__dbcl_c_refresh
__P
((
DBC
*
));
int
__dbcl_c_setup
__P
((
long
,
DB
*
,
DBC
**
));
int
__dbcl_retcopy
__P
((
DB_ENV
*
,
DBT
*
,
void
*
,
u_int32_t
));
int
__dbcl_dbclose_common
__P
((
DB
*
));
#if defined(__cplusplus)
}
#endif
#endif
/* _rpc_client_ext_h_ */
bdb/include/rpc_server_ext.h
deleted
100644 → 0
View file @
1e5b7a20
/* DO NOT EDIT: automatically built by dist/s_include. */
#ifndef _rpc_server_ext_h_
#define _rpc_server_ext_h_
#if defined(__cplusplus)
extern
"C"
{
#endif
void
__db_stats_freelist
__P
((
__db_stat_statsreplist
**
));
void
__dbsrv_settimeout
__P
((
ct_entry
*
,
u_int32_t
));
void
__dbsrv_timeout
__P
((
int
));
void
__dbclear_ctp
__P
((
ct_entry
*
));
void
__dbdel_ctp
__P
((
ct_entry
*
));
ct_entry
*
new_ct_ent
__P
((
u_int32_t
*
));
ct_entry
*
get_tableent
__P
((
long
));
void
__dbsrv_active
__P
((
ct_entry
*
));
int
__dbc_close_int
__P
((
ct_entry
*
));
int
__dbenv_close_int
__P
((
long
,
int
));
char
*
get_home
__P
((
char
*
));
#if defined(__cplusplus)
}
#endif
#endif
/* _rpc_server_ext_h_ */
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