diff options
author | unknown <monty@donna.mysql.com> | 2000-12-11 02:31:09 +0200 |
---|---|---|
committer | unknown <monty@donna.mysql.com> | 2000-12-11 02:31:09 +0200 |
commit | 011f8d0a7d1ce5ec3497a3d9e61a4825e040ebc4 (patch) | |
tree | 9b1cff26b3d7a9362f4021e36e9e746671069d92 /.bzrignore | |
parent | 71c02e764679e243ce4092b9d43ef1f7e81c42ef (diff) | |
download | mariadb-git-011f8d0a7d1ce5ec3497a3d9e61a4825e040ebc4.tar.gz |
Removed init that crashed BDB
Fixed newly introduced bug in update
BitKeeper/etc/ignore:
Added libmysql_r/conf_to_src to the ignore list
sql/filesort.cc:
Removed init that crashed BDB
sql/ha_berkeley.cc:
Fixed bug in sub AUTO_INCREMENT keys in BDB tables
sql/opt_range.cc:
Cleanup
sql/sql_update.cc:
Fixed newly introduced bug in update
Diffstat (limited to '.bzrignore')
-rw-r--r-- | .bzrignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore index 41440cee1bf..590515eabde 100644 --- a/.bzrignore +++ b/.bzrignore @@ -174,3 +174,4 @@ support-files/mysql-log-rotate support-files/mysql.server support-files/mysql.spec tags +libmysql_r/conf_to_src |