mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 18:20:07 +01:00
Fix event systable collation (binary)
This commit is contained in:
parent
73c82c81b2
commit
40880be36a
1 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ Ndbcntr::g_sysTable_SYSTAB_0 = {
|
|||
static const Ndbcntr::SysColumn
|
||||
column_NDBEVENTS_0[] = {
|
||||
{ 0, "NAME",
|
||||
DictTabInfo::ExtChar, MAX_TAB_NAME_SIZE,
|
||||
DictTabInfo::ExtBinary, MAX_TAB_NAME_SIZE,
|
||||
true, false
|
||||
},
|
||||
{ 1, "EVENT_TYPE",
|
||||
|
@ -54,7 +54,7 @@ column_NDBEVENTS_0[] = {
|
|||
false, false
|
||||
},
|
||||
{ 2, "TABLE_NAME",
|
||||
DictTabInfo::ExtChar, MAX_TAB_NAME_SIZE,
|
||||
DictTabInfo::ExtBinary, MAX_TAB_NAME_SIZE,
|
||||
false, false
|
||||
},
|
||||
{ 3, "ATTRIBUTE_MASK",
|
||||
|
|
Loading…
Add table
Reference in a new issue