mariadb/storage/example
unknown 31024b7c4a Fix compilation failure when compiling with BUILD/compile-pentium-debug-max
(Problem with embedded server and ndb)
Fix broken mysql-test-run.sh
Removed memory leak in ha_example.cc


libmysqld/Makefile.am:
  Fix compiler failure (libmysqld.a was empty)
  Reason was that 'cd' did an echo that confused 'ar'
mysql-test/mysql-test-run.pl:
  Make the port number in a nice range
mysql-test/mysql-test-run.sh:
  Remove deprication message until speed of mysql-test-run.pl is comparable to mysql-test-run.sh
  Fix code that jimw broke in his last change
storage/example/ha_example.cc:
  Removed memory leak
  (example_done_func was not called)
2006-04-19 10:39:57 +03:00
..
cmakelists.txt Updated CMake stuff to handle the configurations needed for release 2006-03-23 16:34:52 +01:00
ha_example.cc Fix compilation failure when compiling with BUILD/compile-pentium-debug-max 2006-04-19 10:39:57 +03:00
ha_example.h Finalize storage engine plugins 2005-12-21 10:18:40 -08:00
Makefile.am Merge acurtis@bk-internal.mysql.com:/home/bk/mysql-5.1-new 2006-03-29 17:31:59 -08:00