mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Support of warnings for all DML statements (Insert, Update and Alter)
Fix LOAD DATA INFILE warnings to have a better meanigful messages Fix to make the mysql command line to automatically show the warnings count for all basic commands
This commit is contained in:
@ -297,6 +297,7 @@ int mysql_insert(THD *thd,TABLE_LIST *table_list,
|
||||
{ // Get auto increment value
|
||||
id= thd->last_insert_id;
|
||||
}
|
||||
thd->row_count++;
|
||||
}
|
||||
if (lock_type == TL_WRITE_DELAYED)
|
||||
{
|
||||
|
Reference in New Issue
Block a user