|
bk commit - mysqldoc tree (1.458): msg#00403db.mysql.devel
Below is the list of changes that have just been committed into a local mysqldoc repository of monty. When monty does a push these changes will be propagated to the main repository and, within 24 hours after the push, to the public repository. For information on how to access the public repository see http://www.mysql.com/doc/I/n/Installing_source_tree.html ChangeSet 1.458 03/04/29 00:40:30 monty@xxxxxxxxxxxxxxx +1 -0 dded information about SHOW WARNINGS. Docs/manual.texi 1.432 03/04/29 00:40:30 monty@xxxxxxxxxxxxxxx +7 -10 Added information about SHOW WARNINGS. # This is a BitKeeper patch. What follows are the unified diffs for the # set of deltas contained in the patch. The rest of the patch, the part # that BitKeeper cares about, is below these diffs. # User: monty # Host: mashka.mysql.fi # Root: /home/my/mysqldoc --- 1.431/Docs/manual.texi Mon Apr 28 10:48:52 2003 +++ 1.432/Docs/manual.texi Tue Apr 29 00:40:30 2003 @@ -4190,16 +4190,6 @@ This can be used to skip over extra columns in the text file, or update columns based on expressions of the read data. @item -@code{LOAD DATA INFILE 'file_name' INTO TABLE 'table_name' ERRORS TO err_table_name}. -This would cause any errors and warnings to be logged into the -@code{err_table_name} table. That table would have a structure like: -@example -line_number - line number in datafile -error_message - the error/warning message -and maybe -data_line - the line from the datafile -@end example -@item New functions for working with @code{SET} type columns: @itemize @bullet @item @code{ADD_TO_SET(value,set)} @@ -22145,6 +22135,10 @@ +-------+------+-------------------------------+ @end example +Note that in MySQL 4.1.0 we have just added the frame work for warnings +and not many MySQL command do yet generate warnings. In 4.1.1 we will +enable warnings for more commands, in particular @code{LOAD DATA +INFILE}. @node SHOW TABLE TYPES, SHOW PRIVILEGES, SHOW WARNINGS, SHOW @subsubsection @code{SHOW TABLE TYPES} @@ -57613,6 +57607,9 @@ @item New global variable @code{RELAY_LOG_PURGE} to enable/disable automatic relay log purging. +@item +@code{LOAD DATA} now produces warnings that can be fetched with +@code{SHOW WARNINGS} @end itemize Bugs fixed: -- MySQL Internals Mailing List For list archives: http://lists.mysql.com/internals To unsubscribe: http://lists.mysql.com/internals?unsub=gcdmd-internals@xxxxxxxxxxx |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | bk commit into 4.0 tree (1.1484): 00403, monty |
|---|---|
| Next by Date: | bk commit into 4.0 tree (1.1485): 00403, serg |
| Previous by Thread: | bk commit - mysqldoc tree (1.458)i: 00403, lenz |
| Next by Thread: | bk commit into 4.0 tree (1.1481): 00403, lenz |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |