diff options
author | unknown <monty@work.mysql.com> | 2001-05-20 12:38:19 +0200 |
---|---|---|
committer | unknown <monty@work.mysql.com> | 2001-05-20 12:38:19 +0200 |
commit | 17fbf163c0d3a9ef769b6237df9c4033a0c0439f (patch) | |
tree | 65d07974d1958323c45101a68d5cea7a0f7f319a /.bzrignore | |
parent | 83e3058c3e6ebd1ec2ffa03854eaf1388bb4c484 (diff) | |
parent | 112ad6720539a0bfc6dec31db64b619298a52deb (diff) | |
download | mariadb-git-17fbf163c0d3a9ef769b6237df9c4033a0c0439f.tar.gz |
merge
BitKeeper/etc/ignore:
auto-union
BitKeeper/etc/logging_ok:
auto-union
client/mysql.cc:
Auto merged
myisam/mi_search.c:
Auto merged
sql/sql_select.cc:
Auto merged
Diffstat (limited to '.bzrignore')
-rw-r--r-- | .bzrignore | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore index 0b2aeb2a92c..d15fdc76bdd 100644 --- a/.bzrignore +++ b/.bzrignore @@ -51,6 +51,7 @@ Docs/manual_toc.html Docs/my_sys.doc Docs/mysql.info INSTALL-SOURCE +Logs/* MIRRORS Makefile Makefile.in @@ -64,7 +65,33 @@ bdb/build_unix/* bdb/build_vxworks/db.h bdb/build_vxworks/db_int.h bdb/build_win32/db.h +bdb/build_win32/db_archive.dsp +bdb/build_win32/db_checkpoint.dsp +bdb/build_win32/db_deadlock.dsp +bdb/build_win32/db_dll.dsp +bdb/build_win32/db_dump.dsp bdb/build_win32/db_int.h +bdb/build_win32/db_java.dsp +bdb/build_win32/db_load.dsp +bdb/build_win32/db_printlog.dsp +bdb/build_win32/db_recover.dsp +bdb/build_win32/db_stat.dsp +bdb/build_win32/db_static.dsp +bdb/build_win32/db_tcl.dsp +bdb/build_win32/db_upgrade.dsp +bdb/build_win32/db_verify.dsp +bdb/build_win32/ex_access.dsp +bdb/build_win32/ex_btrec.dsp +bdb/build_win32/ex_env.dsp +bdb/build_win32/ex_lock.dsp +bdb/build_win32/ex_mpool.dsp +bdb/build_win32/ex_tpcb.dsp +bdb/build_win32/excxx_access.dsp +bdb/build_win32/excxx_btrec.dsp +bdb/build_win32/excxx_env.dsp +bdb/build_win32/excxx_lock.dsp +bdb/build_win32/excxx_mpool.dsp +bdb/build_win32/excxx_tpcb.dsp bdb/build_win32/include.tcl bdb/build_win32/libdb.rc bdb/db/crdel_auto.c @@ -72,6 +99,8 @@ bdb/db/db_auto.c bdb/dist/config.hin bdb/dist/configure bdb/dist/tags +bdb/dist/template/db_server_proc +bdb/dist/template/gen_client_ret bdb/dist/template/rec_btree bdb/dist/template/rec_crdel bdb/dist/template/rec_db @@ -85,6 +114,8 @@ bdb/include/btree_auto.h bdb/include/crdel_auto.h bdb/include/db_auto.h bdb/include/db_server.h +bdb/include/gen_client_ext.h +bdb/include/gen_server_ext.h bdb/include/hash_auto.h bdb/include/log_auto.h bdb/include/qam_auto.h @@ -94,11 +125,15 @@ bdb/log/log_auto.c bdb/qam/qam_auto.c bdb/rpc_client/db_server_clnt.c bdb/rpc_client/gen_client.c +bdb/rpc_server/db_server.x +bdb/rpc_server/db_server_proc.sed bdb/rpc_server/db_server_svc.c bdb/rpc_server/db_server_xdr.c bdb/rpc_server/gen_db_server.c bdb/test/include.tcl +bdb/test/logtrack.list bdb/txn/txn_auto.c +binary/* client/insert_test client/mysql client/mysqladmin |