Important
The SingleStore 9.1 release candidate (RC) is available now. It will be promoted to general availability (GA) soon and at that time it will be renamed to SingleStore 10.
In the interim, SingleStore 9.1 RC can be used to preview, evaluate, and provide feedback on the new and upcoming features in SingleStore 10, while SingleStore 9.0 is recommended for production workloads.
LOAD_ DATA_ ERRORS
On this page
This table is where the errors are logged when the LOAD DATA command is used with the ERRORS HANDLE clause.
To access this table, users may have the INSERT, or SHOW METADATA permissions.
information_ schema. LOAD_ DATA_ ERRORS Schema
|
Column Name |
Description |
|---|---|
|
|
The name of the database associated with the error. |
|
|
The name of the table associated with the error. |
|
|
The string value specified in the |
|
|
The time of the error event in Unix timestamp format. |
|
|
Specifies what type of error occurred. |
|
|
The error code for the error. |
|
|
The message associated with the error. |
|
|
The text of a |
|
|
The line number of a |
|
|
The hostname or host IP address for the leaf node that processed the erroneous line of the input file. |
|
|
The port number of the node that processed the erroneous line of the input file. |
|
|
Specifies the partition ID on the leaf node that processed the erroneous line of the input file. |
Last modified: