mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fixed bugs causing failures fot the funcs_1 test suite.
Uncommented the failing test cases. Commented out the failing test case from parts.partition_repair_myisam.test. The test case has to be changed to bear the same semantics as before mwl106.
This commit is contained in:
@ -3831,12 +3831,10 @@ while ($num)
|
||||
INSERT INTO v1 VALUES (1002);
|
||||
# --error ER_NON_UPDATABLE_TABLE, ER_UPDATE_TABLE_USED
|
||||
|
||||
# !!! This queriesreturn wrong errors due to a bug in the code of mwl106
|
||||
# !!! Uncomment them when the bug is fixed
|
||||
# --error ER_NON_UPDATABLE_TABLE
|
||||
# UPDATE v1 SET f61=1007;
|
||||
# --error ER_NON_UPDATABLE_TABLE
|
||||
# DELETE FROM v1;
|
||||
--error ER_NON_UPDATABLE_TABLE
|
||||
UPDATE v1 SET f61=1007;
|
||||
--error ER_NON_UPDATABLE_TABLE
|
||||
DELETE FROM v1;
|
||||
DROP VIEW v1;
|
||||
dec $num;
|
||||
}
|
||||
|
Reference in New Issue
Block a user