diff options
author | monty@mysql.com/narttu.mysql.fi <> | 2006-08-10 22:41:19 +0300 |
---|---|---|
committer | monty@mysql.com/narttu.mysql.fi <> | 2006-08-10 22:41:19 +0300 |
commit | 7d0b042ec5437485e6db72ae846be1432fee524d (patch) | |
tree | 646dde4e78f50732e480c83d04296548ed4e1249 /.bzrignore | |
parent | f2ec5d7128f3b154d22f0acc2199c6a10c0e3173 (diff) | |
download | mariadb-git-7d0b042ec5437485e6db72ae846be1432fee524d.tar.gz |
Better bug fix for #14400 "Query joins wrong rows from table which is subject of "concurrent insert""
The previous bug fix didn't work when using partial keys.
Don't use GNUC min/max operations are they are depricated.
Fixed valgrind warning
Diffstat (limited to '.bzrignore')
-rw-r--r-- | .bzrignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore index 1d5a2dcebdb..f37b74c9fc9 100644 --- a/.bzrignore +++ b/.bzrignore @@ -549,3 +549,7 @@ support-files/my-innodb-heavy-4G.cnf ac_available_languages_fragment support-files/MacOSX/postflight support-files/MacOSX/preflight +*/.deps +*.Po +*.Plo +*/.libs/* |