~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/test_fn.c

  • Committer: Monty Taylor
  • Date: 2008-08-15 20:01:00 UTC
  • Revision ID: monty@inaugust.com-20080815200100-tht5d421maap6kjp
Updated POTFILES with local_infile.c.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
   along with this program; if not, write to the Free Software
14
14
   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA */
15
15
 
16
 
#include "mysys/mysys_priv.h"
 
16
#include "mysys_priv.h"
17
17
 
18
18
const char *test_names[]=
19
19
{
39
39
  "/../usr/my/srclib/dbug",
40
40
  "c/../my",
41
41
  "/c/../my",
42
 
  NULL,
 
42
  NullS,
43
43
};
44
44
 
45
 
int main(int , char **argv)
 
45
int main(int argc __attribute__((unused)), char **argv)
46
46
{
47
47
  const char **pos;
48
48
  char buff[FN_REFLEN],buff2[FN_REFLEN];