Browse Source

perror.c:

fixed warning in 5.1-marvel in fix for bug 25177


extra/perror.c:
  fixed warning in 5.1-marvel in fix for bug 25177
pull/374/head
unknown 18 years ago
parent
commit
f5f7a59ff8
  1. 1
      extra/perror.c

1
extra/perror.c

@ -32,6 +32,7 @@ static my_bool verbose, print_all_codes;
#include "../include/my_base.h"
#include "../mysys/my_handler_errors.h"
#include "../include/my_handler.h"
#ifdef WITH_NDBCLUSTER_STORAGE_ENGINE
static my_bool ndb_code;

Loading…
Cancel
Save