1
0
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:
Mikael Ronstrom
2009-10-23 09:36:45 +02:00
parent cecef1c56e
commit fbac636380
3 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@
#include "partition_element.h"
#define MAX_STR_SIZE_PF 512
#define MAX_STR_SIZE_PF 2048
class partition_info;