Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 158777
Collapse All | Expand All

(-)mysql-5.1.14-beta/sql/mysqld.cc (+2 lines)
Lines 3667-3672 Link Here
3667
3667
3668
  if (opt_bootstrap)
3668
  if (opt_bootstrap)
3669
  {
3669
  {
3670
    global_system_variables.tx_isolation= ISO_REPEATABLE_READ;
3671
    global_system_variables.sql_mode= fix_sql_mode(0);
3670
    select_thread_in_use= 0;                    // Allow 'kill' to work
3672
    select_thread_in_use= 0;                    // Allow 'kill' to work
3671
    bootstrap(stdin);
3673
    bootstrap(stdin);
3672
    end_thr_alarm(1);				// Don't allow alarms
3674
    end_thr_alarm(1);				// Don't allow alarms

Return to bug 158777