~maria-captains/maria/mysql-6.0-backup

« back to all changes in this revision

Viewing changes to netware/my_manage.c

  • Committer: Thava Alagu
  • Date: 2010-03-11 19:18:17 UTC
  • mfrom: (3719.14.62 mysql-6.0-codebase)
  • Revision ID: thavamuni.alagu@sun.com-20100311191817-5nigmq884xo9fuut
Merge from mysql-6.0-codebase

Show diffs side-by-side

added added

removed removed

Lines of Context:
201
201
  add_arg(&al, "--silent");
202
202
 
203
203
#ifdef NOT_USED
204
 
  add_arg(&al, "-O");
205
 
  add_arg(&al, "connect_timeout=10");
 
204
  add_arg(&al, "--connect_timeout=10");
206
205
  add_arg(&al, "-w");
207
206
#endif
208
207
 
301
300
        add_arg(&al, "--port=%u", port);
302
301
        add_arg(&al, "--user=%s", user);
303
302
        add_arg(&al, "--password=%s", password);
304
 
        add_arg(&al, "-O");
305
 
        add_arg(&al, "shutdown_timeout=20");
 
303
        add_arg(&al, "--shutdown_timeout=20");
306
304
        add_arg(&al, "shutdown");
307
305
 
308
306
        // spawn