mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 21:12:26 +01:00
cxx compile fix for ndb
This commit is contained in:
parent
040f596064
commit
10d2bdcbcd
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ bool printCREATE_TRIG_REQ(FILE * output, const Uint32 * theData, Uint32 len, Uin
|
|||
fprintf(output, "Monitor all attributes: %s ", (sig->getMonitorAllAttributes())?"true":"false");
|
||||
const AttributeMask& attributeMask = sig->getAttributeMask();
|
||||
|
||||
char buf[attributeMask.TextLength + 1];
|
||||
char buf[MAXNROFATTRIBUTESINWORDS * 8 + 1];
|
||||
fprintf(output, "Attribute mask: %s", attributeMask.getText(buf));
|
||||
fprintf(output, "\n");
|
||||
|
||||
|
|
Loading…
Reference in a new issue