1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-28 13:01:41 +03:00
unknown 2017107969 Fixed some issues found by valgrind
(one testcase, one memory leak and some accesses to not initialized memory)


mysql-test/r/events_scheduling.result:
  Changed event timer to two seconds to not get problems with slow system or when running with valgrind
mysql-test/t/events_scheduling.test:
  Changed event timer to two seconds to not get problems with slow system or when running with valgrind
mysql-test/valgrind.supp:
  Avoid purify warnings from DBUG library (safe to do)
sql/ha_berkeley.cc:
  Fix problem with not freed memory
sql/sql_class.cc:
  Ensure that row_count is initalized (as we otherwise may access it uninitialized)
sql/sql_show.cc:
  c_ptr -> ptr to avoid accessing not initialized memory
sql/sql_yacc.yy:
  Fix to not access not initialized memory
sql/table.cc:
  Fix to not access not initialized memory
sql/time.cc:
  Fix to not access not initialized memory
2006-06-06 02:47:30 +03:00
..
2006-05-30 10:22:31 +02:00
2006-05-22 21:57:23 +02:00
2005-09-30 14:03:55 +02:00
2006-06-05 06:16:08 +03:00
2006-06-05 06:16:08 +03:00
2006-06-05 06:16:08 +03:00
2005-11-23 22:45:02 +02:00
2006-03-29 14:27:36 +03:00
2006-06-05 06:16:08 +03:00
2006-05-24 12:43:03 -05:00
2006-06-05 06:16:08 +03:00
2006-03-11 15:52:38 +01:00
2006-01-01 22:18:02 +01:00
2006-05-22 21:57:23 +02:00
2006-03-28 19:34:44 +02:00
2006-06-05 06:16:08 +03:00
2006-04-13 13:49:29 -07:00
2005-11-23 22:45:02 +02:00
2006-05-31 18:07:32 +02:00
2006-06-05 06:16:08 +03:00
2006-06-05 06:16:08 +03:00
2006-05-31 18:07:32 +02:00
2006-05-04 22:27:12 +03:00
2006-05-19 16:01:04 +04:00
2005-12-21 10:18:40 -08:00
2006-06-06 02:47:30 +03:00
2006-06-06 02:47:30 +03:00