Can anyone tell me if MySQL >= v. 4.1.1 issues warnings for single row inserts? I know in previous versions it would only issue warnings during inserts if it was a multiple row insert, but the manual states:
I would test this myself, but at the moment I do not have v.4.1.1 or higher running.
Thanks for your help,
Itshim
but then goes on to give an example of a multiple row insert statement.MySQL Manual said:In 4.1.1, the situation is much improved, with warnings generated for statements such as LOAD DATA INFILE and DML statements such as INSERT, UPDATE, CREATE TABLE, and ALTER TABLE.
I would test this myself, but at the moment I do not have v.4.1.1 or higher running.
Thanks for your help,
Itshim