[MDEV-31612] my max_allowed_packet always show 1073741824 Created: 2023-07-03 Updated: 2023-07-08 Resolved: 2023-07-08 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Admin statements |
| Affects Version/s: | 10.6.14 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Critical |
| Reporter: | Alok | Assignee: | Sergei Golubchik |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Live |
||
| Attachments: |
|
| Description |
|
I am not able to update the max_allowed_packet like max_allowed_packet = 32G
neither I am able to downgrade or upgrade, Please help me in solving this issue |
| Comments |
| Comment by Sergei Golubchik [ 2023-07-08 ] | |||||||||||||||||
|
instead of selecting only default_value from information_schema.system_variables, you should've selected the whole row:
See what NUMERIC_MAX_VALUE is. |