diff options
author | unknown <sanja@askmonty.org> | 2009-10-06 09:57:22 +0300 |
---|---|---|
committer | unknown <sanja@askmonty.org> | 2009-10-06 09:57:22 +0300 |
commit | 0c0e1f2e351923c2fecdf38641734ec796ec9c15 (patch) | |
tree | 96d00264d97a8b622eb19cb950aa2341a6d62177 /BUILD/compile-pentium-debug-max-no-qc | |
parent | d50e99c9f63d3cd46fdde0e95072117759c7e852 (diff) | |
download | mariadb-git-0c0e1f2e351923c2fecdf38641734ec796ec9c15.tar.gz |
BUG#39249 Maria:query cache returns out of date results
BUG#41098 Query Cache returns wrong result with concurent insert
BUILD/SETUP.sh:
test build without query cache setup
BUILD/compile-pentium-debug-max-no-qc:
test build without query cache
sql/mysql_priv.h:
removed double declaration
storage/maria/ha_maria.cc:
query cache invalidation fixed
storage/maria/ma_state.c:
query cache invalidation fixed
storage/maria/maria_def.h:
last transaction ID added
invalidation fixed
storage/myisam/ha_myisam.cc:
invalidation fixed
storage/myisam/mi_locking.c:
invalidation fixed
storage/myisam/myisamdef.h:
invalidation fixed
Diffstat (limited to 'BUILD/compile-pentium-debug-max-no-qc')
-rwxr-xr-x | BUILD/compile-pentium-debug-max-no-qc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/BUILD/compile-pentium-debug-max-no-qc b/BUILD/compile-pentium-debug-max-no-qc new file mode 100755 index 00000000000..4d8b568a3cf --- /dev/null +++ b/BUILD/compile-pentium-debug-max-no-qc @@ -0,0 +1,9 @@ +#! /bin/sh + +path=`dirname $0` +. "$path/SETUP.sh" + +extra_flags="$pentium_cflags $debug_cflags" +extra_configs="$pentium_configs $debug_configs $max_no_qc_configs" + +. "$path/FINISH.sh" |