sql: allocate memory for index_id in VDBE
Currently, the memory for index_id is not allocated in VDBE code in the sql_code_drop_table() and sql_drop_index() functions. This may lead to SEGMENTATION FAULT. Needed for #2843
Loading
Please register or sign in to comment