Commit 46f367c1 authored by sunny's avatar sunny

Fixed a missing function decoration that slipped into r1422.

parent f30895bd
...@@ -4528,8 +4528,9 @@ return to the client.*/ ...@@ -4528,8 +4528,9 @@ return to the client.*/
static static
void void
innodb_check_for_record_too_big_error( innodb_check_for_record_too_big_error(
dict_table_t* table, /*==================================*/
int error) dict_table_t* table, /* in: table to check */
int error) /* in: error code to check */
{ {
if (error == (int)DB_TOO_BIG_RECORD) { if (error == (int)DB_TOO_BIG_RECORD) {
ulint max_row_size; ulint max_row_size;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment