[MDEV-17176] Units (k, M, G, T, P, E) cannot be provided as variable values on command line Created: 2018-09-12 Updated: 2018-09-12 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Scripts & Clients |
| Fix Version/s: | None |
| Type: | Task | Priority: | Minor |
| Reporter: | Oli Sennhauser | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | mysql | ||
| Description |
|
Units (k, M, G, T, P, E) cannot be provided as variable values on command line: SQL> set global innodb_buffer_pool_size = 256M; SQL> set global innodb_buffer_pool_size = 256*1024*1024; Would be a nice goody. Some simple task for GSOC or other community contribution? |