[MDEV-6946] Assertion `0' failed in mysql_execute_command on SET STATEMENT keycache1.key_buffer_size=.. FOR Created: 2014-10-25 Updated: 2014-10-26 Resolved: 2014-10-26 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | OTHER |
| Affects Version/s: | N/A |
| Fix Version/s: | 10.1.2 |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Oleksandr Byelkin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||
| Description |
|
Percona server correctly produces an error:
|
| Comments |
| Comment by Oleksandr Byelkin [ 2014-10-26 ] |
|
Assert caused because variable type is 136 which looks like illegal... |
| Comment by Oleksandr Byelkin [ 2014-10-26 ] |
|
class Sys_var_keycache: public Sys_var_ulonglong |
| Comment by Oleksandr Byelkin [ 2014-10-26 ] |
|
type should be taken by mask GET_TYPE_MASK |