~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to sql/mysqld.cc

  • Committer: Brian Aker
  • Date: 2008-07-06 08:22:57 UTC
  • mto: This revision was merged to the branch mainline in revision 78.
  • Revision ID: brian@tangent.org-20080706082257-gni9cj1cdjlqomz0
Final removal of fulltext core from myisam.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2764
2764
#endif
2765
2765
    locked_in_memory=0;
2766
2766
 
2767
 
  ft_init_stopwords();
2768
 
 
2769
2767
  init_update_queries();
2770
2768
  DBUG_RETURN(0);
2771
2769
}