mirror of
https://github.com/MariaDB/server.git
synced 2025-01-24 15:54:37 +01:00
Fixed a missing function decoration that slipped into r1422.
This commit is contained in:
parent
24d73c56eb
commit
d6de3007b2
1 changed files with 3 additions and 2 deletions
|
@ -4528,8 +4528,9 @@ return to the client.*/
|
|||
static
|
||||
void
|
||||
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) {
|
||||
ulint max_row_size;
|
||||
|
|
Loading…
Add table
Reference in a new issue