mirror of
https://github.com/MariaDB/server.git
synced 2026-05-04 06:05:32 +02: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:
parent
998dc6468b
commit
05af39d591
14 changed files with 181 additions and 164 deletions
|
|
@ -79,6 +79,7 @@ void mysql_reset_errors(THD *thd)
|
|||
free_root(&thd->warn_root,MYF(0));
|
||||
bzero((char*) thd->warn_count, sizeof(thd->warn_count));
|
||||
thd->warn_list.empty();
|
||||
thd->row_count= 1; // by default point to row 1
|
||||
}
|
||||
DBUG_VOID_RETURN;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue