~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/mi_test2.c

Fixed the test programs linking issue. (I hope)
Made the plugin def use libmyisam.la instead of libmyisam.a so that we 
can take advantage of libtool convenience libs. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1053
1053
  return;
1054
1054
}
1055
1055
 
1056
 
#include "mi_extrafunc.h"