~jlukas79/+junk/mysql-server

« back to all changes in this revision

Viewing changes to client/mysqlbinlog.cc

manual merge 6.0-main --> 6.0-bka-review

Show diffs side-by-side

added added

removed removed

Lines of Context:
1927
1927
  DBUG_ENTER("main");
1928
1928
  DBUG_PROCESS(argv[0]);
1929
1929
 
1930
 
  init_time(); // for time functions
 
1930
  my_init_time(); // for time functions
1931
1931
 
1932
1932
  parse_args(&argc, (char***)&argv);
1933
1933
  defaults_argv=argv;