1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Fixed problems found by valgrind

Fixed problems in test suite where some test failed
Fixed access to not initialized memory in federated
Fixed access to not initialized memory when using BIT fields in internal temporary tables
This commit is contained in:
monty@mysql.com
2005-09-22 03:23:07 +03:00
parent 6f8d3c4844
commit 82fc54781b
16 changed files with 130 additions and 66 deletions

View File

@@ -1,3 +1,4 @@
DROP TABLE IF EXISTS t1;
select 1;
1
1