Commit f36fc90c authored by serg@sergbook.mysql.com's avatar serg@sergbook.mysql.com
Browse files

Merge work:/home/bk/mysql

into sergbook.mysql.com:/usr/home/serg/Abk/mysql
parents e3b6be19 78e0a849
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -886,7 +886,8 @@ static void set_root(const char *path)
    sql_perror("chroot");
    unireg_abort(1);
  }
  my_setwd("/", MYF(0));
//  my_setwd("/", MYF(0));
    sql_print_error("Warning: --chroot option doesn't provide 100%% closed chroot jail in MySQL 3.23. Upgrade to 4.0");
#endif
}