mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Upped size limit on varchar/char from 512 to 2048
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
#include "partition_element.h"
|
||||
|
||||
#define MAX_STR_SIZE_PF 512
|
||||
#define MAX_STR_SIZE_PF 2048
|
||||
|
||||
class partition_info;
|
||||
|
||||
|
Reference in New Issue
Block a user