diff options
author | monty@mysql.com/narttu.mysql.fi <> | 2007-01-29 01:47:35 +0200 |
---|---|---|
committer | monty@mysql.com/narttu.mysql.fi <> | 2007-01-29 01:47:35 +0200 |
commit | 410fc81a726d586e67b45beb0406e1e681494ce4 (patch) | |
tree | 9a81ea8e9e695584f7915cc104eda630d7b98bc8 /.bzrignore | |
parent | 8a80e36ac3facdfba626fd758b6e4490d3ea9ddf (diff) | |
download | mariadb-git-410fc81a726d586e67b45beb0406e1e681494ce4.tar.gz |
After merge fixes
Removed a lot of compiler warnings
Removed not used variables, functions and labels
Initialize some variables that could be used unitialized (fatal bugs)
%ll -> %l
Diffstat (limited to '.bzrignore')
-rw-r--r-- | .bzrignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore index e00d2a16187..c91412de798 100644 --- a/.bzrignore +++ b/.bzrignore @@ -2934,3 +2934,4 @@ win/vs71cache.txt win/vs8cache.txt zlib/*.ds? zlib/*.vcproj +storage/archive/archive_reader |