1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

postmerge fix

This commit is contained in:
bell@sanja.is.com.ua
2004-10-05 15:07:31 +03:00
parent a78f817d20
commit 05acd51fba
3 changed files with 6 additions and 4 deletions

View File

@ -567,7 +567,11 @@ static bool check_view_insertability(TABLE_LIST *view, ulong query_id)
view->contain_auto_increment= 1;
/* prepare unique test */
field->field->query_id= other_query_id;
*trans= field; // remove collation if we have it
/*
remove collation (or other transparent for update function) if we have
it
*/
trans->item= field;
}
/* unique test */
for (trans= trans_start; trans != trans_end; trans++)