The new crash happens following these steps: (of course. after applying the patch on this bug report )
1- Start drizzled
2- Connect to it using the command line client
3- Run this query:
drizzle> Use information_schema;
4- Stop drizzled
5- Run:
drizzle> Use information_schema;
The new crash happens following these steps: (of course. after applying the patch on this bug report )
1- Start drizzled
2- Connect to it using the command line client
3- Run this query:
drizzle> Use information_schema;
4- Stop drizzled
5- Run:
drizzle> Use information_schema;
Boom! segfault.