We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b7fe26 commit b3250abCopy full SHA for b3250ab
storage/spider/spd_table.cc
@@ -406,7 +406,7 @@ extern ulonglong spider_free_mem_count[SPIDER_MEM_CALC_LIST_NUM];
406
static char spider_wild_many = '%', spider_wild_one = '_',
407
spider_wild_prefix='\\';
408
409
-static char spider_unique_id_buf[1 + 12 + 1 + 16 + 1 + 1];
+static char spider_unique_id_buf[1 + 12 + 1 + (16 * 2) + 1 + 1];
410
LEX_CSTRING spider_unique_id;
411
412
// for spider_open_tables
@@ -7244,7 +7244,7 @@ int spider_db_init(
7244
) {
7245
int error_num = HA_ERR_OUT_OF_MEM, roop_count;
7246
uint dbton_id = 0;
7247
- char addr[6];
+ uchar addr[6];
7248
handlerton *spider_hton = (handlerton *)p;
7249
DBUG_ENTER("spider_db_init");
7250
spider_hton_ptr = spider_hton;
0 commit comments