1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Now one gets an error if one tries to insert an invalid value via a stored procedure in STRICT mode. (Bug #5907)

This commit is contained in:
monty@mysql.com
2005-04-05 00:32:48 +03:00
parent 04f8e164fb
commit 1be0a0c82a
5 changed files with 110 additions and 71 deletions

View File

@ -692,11 +692,11 @@ TABLE_LIST *find_table_in_list(TABLE_LIST *table,
/*
Test that table is unique
Test that table is unique (It's only exists once in the table list)
SYNOPSIS
unique_table()
table table which should be chaked
table table which should be checked
table_list list of tables
NOTE: to exclude derived tables from check we use following mechanism: