~ubuntu-branches/ubuntu/hardy/mysql-dfsg-5.0/hardy-updates

« back to all changes in this revision

Viewing changes to sql/sql_acl.cc

  • Committer: Bazaar Package Importer
  • Author(s): sean finney
  • Date: 2007-05-13 12:32:45 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20070513123245-8c3l187dk34cz2ar
Tags: 5.0.41-2
the previous "translation changes" inadvertently introduced unrelated
changes in the package control file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5882
5882
  char *curr_host= thd->security_ctx->priv_host_name();
5883
5883
  DBUG_ENTER("fill_schema_user_privileges");
5884
5884
 
 
5885
  if (!initialized)
 
5886
    DBUG_RETURN(0);
5885
5887
  pthread_mutex_lock(&acl_cache->lock);
5886
5888
 
5887
5889
  for (counter=0 ; counter < acl_users.elements ; counter++)
5941
5943
  char *curr_host= thd->security_ctx->priv_host_name();
5942
5944
  DBUG_ENTER("fill_schema_schema_privileges");
5943
5945
 
 
5946
  if (!initialized)
 
5947
    DBUG_RETURN(0);
5944
5948
  pthread_mutex_lock(&acl_cache->lock);
5945
5949
 
5946
5950
  for (counter=0 ; counter < acl_dbs.elements ; counter++)