diff options
author | unknown <sasha@mysql.sashanet.com> | 2001-08-04 05:48:58 -0600 |
---|---|---|
committer | unknown <sasha@mysql.sashanet.com> | 2001-08-04 05:48:58 -0600 |
commit | 39045174a55972dba7c2d208dfbc98824ee70832 (patch) | |
tree | df20b670229c5cc4c79a31f63dc4f74b32dc6ad9 /.bzrignore | |
parent | 8d89555e4602d817b6ebc449635cca47e3380b90 (diff) | |
download | mariadb-git-39045174a55972dba7c2d208dfbc98824ee70832.tar.gz |
new file_id generation method
mysql-test/r/rpl_log.result:
fixed result for new file_id generating method
BitKeeper/etc/ignore:
Added vio/viotest-ssl to the ignore list
sql/log.cc:
use a different method to generate unique file_id
sql/log_event.cc:
new file_id generationg method
sql/sql_class.h:
new file_id generationg method
Diffstat (limited to '.bzrignore')
-rw-r--r-- | .bzrignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore index b27d8529cda..c2ccdcb83f6 100644 --- a/.bzrignore +++ b/.bzrignore @@ -375,3 +375,4 @@ support-files/mysql.server support-files/mysql.spec tags tmp/* +vio/viotest-ssl |