This error happens when you try to create new columns with index. This happens only on master. Also this error pops too The names '' are MySQL reserved keywords.
The columns should be created, with index, and no error should be given.
Notice in ./libraries/classes/CreateAddField.php#184
Undefined index: Key_block_size
Backtrace
CreateAddField.php#251: PhpMyAdmin\CreateAddField->buildIndexStatement(
array,
string 'INDEX',
boolean false,
)
CreateAddField.php#462: PhpMyAdmin\CreateAddField->getColumnCreationStatements(boolean false)
AddFieldController.php#116: PhpMyAdmin\CreateAddField->getColumnCreationQuery(string 'usuario')
Routing.php#164: PhpMyAdmin\Controllers\Table\AddFieldController->__invoke(
,
array,
)
index.php#40: PhpMyAdmin\Routing::callControllerForRoute(
,
,
,
)
Notice in ./libraries/classes/CreateAddField.php#193
Undefined index: Index_type
Backtrace
CreateAddField.php#251: PhpMyAdmin\CreateAddField->buildIndexStatement(
array,
string 'INDEX',
boolean false,
)
CreateAddField.php#462: PhpMyAdmin\CreateAddField->getColumnCreationStatements(boolean false)
AddFieldController.php#116: PhpMyAdmin\CreateAddField->getColumnCreationQuery(string 'usuario')
Routing.php#164: PhpMyAdmin\Controllers\Table\AddFieldController->__invoke(
,
array,
)
index.php#40: PhpMyAdmin\Routing::callControllerForRoute(
,
,
,
)
Notice in ./libraries/classes/CreateAddField.php#202
Undefined index: Index_comment
Backtrace
CreateAddField.php#251: PhpMyAdmin\CreateAddField->buildIndexStatement(
array,
string 'INDEX',
boolean false,
)
CreateAddField.php#462: PhpMyAdmin\CreateAddField->getColumnCreationStatements(boolean false)
AddFieldController.php#116: PhpMyAdmin\CreateAddField->getColumnCreationQuery(string 'usuario')
Routing.php#164: PhpMyAdmin\Controllers\Table\AddFieldController->__invoke(
,
array,
)
index.php#40: PhpMyAdmin\Routing::callControllerForRoute(
,
,
,
)
Describe the bug
This error happens when you try to create new columns with index. This happens only on master. Also this error pops too
The names '' are MySQL reserved keywords.To Reproduce
Steps to reproduce the behavior:
Expected behavior
The columns should be created, with index, and no error should be given.
Screenshots
28.08.2022_23.10.47_REC.mp4
Server configuration
Client configuration
Additional context