• unknown's avatar
    Fix compilation failure when compiling with BUILD/compile-pentium-debug-max · 31024b7c
    unknown authored
    (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)
    31024b7c
mysql-test-run.pl 108 KB