Commit 94a708f5 authored by Maitrayi Sabaratnam's avatar Maitrayi Sabaratnam

4371 Maitrayi Sabaratnam 2013-05-23

      Bug#13116514 - CREATE LOGFILE GROUP INITIAL_SIZE & UNDO_BUFFER_SIZE FAILS
      
      Fixing parser to accept the syntax: to give a size with suffix 'M', eg. undo_buffer_size=10M (M for mega bytes), in 'create logfile group' command.
parent 7c659589
......@@ -4175,8 +4175,8 @@ ts_wait:
;
size_number:
real_ulong_num { $$= $1;}
| IDENT
real_ulonglong_num { $$= $1;}
| IDENT_sys
{
ulonglong number;
uint text_shift_number= 0;
......
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