You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
Fix trivial spelling errors
- occured -> occurred - reponse -> response - seperated -> separated All new code of the whole pull request, including one or several files that are either new files or modified ones, are contributed under the BSD-new license. I am contributing on behalf of my employer Amazon Web Services, Inc.
This commit is contained in:
@ -286,7 +286,7 @@ int processPartition(SqlStatement* stmt)
|
||||
{
|
||||
rc = 0;
|
||||
string errmsg(
|
||||
"Error occured during partitioning operation. Restart DMLProc or use command tool ddlcleanup to "
|
||||
"Error occurred during partitioning operation. Restart DMLProc or use command tool ddlcleanup to "
|
||||
"clean up. ");
|
||||
push_warnings(thd, errmsg);
|
||||
}
|
||||
@ -462,7 +462,7 @@ void partitionByValue_common(UDF_ARGS* args, // inp
|
||||
}
|
||||
catch (...)
|
||||
{
|
||||
errMsg = string("Error occured when calling ") + functionName;
|
||||
errMsg = string("Error occurred when calling ") + functionName;
|
||||
return;
|
||||
}
|
||||
|
||||
@ -655,7 +655,7 @@ extern "C"
|
||||
catch (...)
|
||||
{
|
||||
current_thd->get_stmt_da()->set_overwrite_status(true);
|
||||
current_thd->raise_error_printf(ER_INTERNAL_ERROR, "Error occured when calling CALSHOWPARTITIONS");
|
||||
current_thd->raise_error_printf(ER_INTERNAL_ERROR, "Error occurred when calling CALSHOWPARTITIONS");
|
||||
return result;
|
||||
}
|
||||
|
||||
@ -1287,7 +1287,7 @@ extern "C"
|
||||
catch (...)
|
||||
{
|
||||
current_thd->get_stmt_da()->set_overwrite_status(true);
|
||||
current_thd->raise_error_printf(ER_INTERNAL_ERROR, "Error occured when calling CALSHOWPARTITIONS");
|
||||
current_thd->raise_error_printf(ER_INTERNAL_ERROR, "Error occurred when calling CALSHOWPARTITIONS");
|
||||
return result;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user