mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 03:51:50 +01:00
d1f9376229
WL#4165 Prepared statements: validation WL#4166 Prepared statements: automatic re-prepare Fixes Bug#27430 Crash in subquery code when in PS and table DDL changed after PREPARE Bug#27690 Re-execution of prepared statement after table was replaced with a view crashes Bug#27420 A combination of PS and view operations cause error + assertion on shutdown The basic idea of the patch is to keep track of table metadata between prepared statement prepare and execute. If some table used in the statement has changed, the prepared statement is re-prepared before execution. See WL#4165 and WL#4166 contents and comments in the code for details of the implementation.
22 lines
1.1 KiB
Modula-2
22 lines
1.1 KiB
Modula-2
##############################################################################
|
|
#
|
|
# List the test cases that are to be disabled temporarily.
|
|
#
|
|
# Separate the test case name and the comment with ':'.
|
|
#
|
|
# <testcasename> : BUG#<xxxx> <date disabled> <disabler> <comment>
|
|
#
|
|
# Do not use any TAB characters for whitespace.
|
|
#
|
|
##############################################################################
|
|
user_limits : Bug#23921 random failure of user_limits.test
|
|
|
|
concurrent_innodb : BUG#21579 2006-08-11 mleich innodb_concurrent random failures with varying differences
|
|
ctype_big5 : BUG#26711 2007-06-21 Lars Test has never worked on Double Whopper
|
|
|
|
federated_transactions : Bug#29523 Transactions do not work
|
|
lowercase_table3 : Bug#32667 lowercase_table3.test reports to error log
|
|
ctype_create : Bug#32965 main.ctype_create fails
|
|
status : Bug#32966 main.status fails
|
|
csv_alter_table : Bug#33696 2008-01-21 pcrews no .result file - bug allows NULL columns in CSV tables
|
|
cast : Bug#35594 2008-03-27 main.cast fails on Windows2003-64
|