diff options
Diffstat (limited to 'unittest/mysys/ma_dyncol-t.c')
-rw-r--r-- | unittest/mysys/ma_dyncol-t.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unittest/mysys/ma_dyncol-t.c b/unittest/mysys/ma_dyncol-t.c index a250b2624b6..51e84bc4e40 100644 --- a/unittest/mysys/ma_dyncol-t.c +++ b/unittest/mysys/ma_dyncol-t.c @@ -577,7 +577,7 @@ void test_empty_string() uint number_of_uint; int rc; uint ids[1]= {1}; - DYNAMIC_COLUMN_VALUE vals[0]; + DYNAMIC_COLUMN_VALUE vals[1]; /* empty string */ bzero(&str, sizeof(str)); |