~matttbe/ubuntu/quantal/mysql-5.5/lp1013171

« back to all changes in this revision

Viewing changes to sql/log.h

  • Committer: Package Import Robot
  • Author(s): Clint Byrum
  • Date: 2012-06-11 23:34:14 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20120611233414-mu6ybxiajgcxqztj
Tags: 5.5.25-0ubuntu1
* New upstream release (LP: #1011371, LP: #986892)
* d/rules: change get-orig-source to pull from a working mirror.
* d/control: Build with default compiler instead of gcc 4.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
151
151
extern PSI_mutex_key key_LOG_INFO_lock;
152
152
#endif
153
153
 
 
154
/*
 
155
  Note that we destroy the lock mutex in the desctructor here.
 
156
  This means that object instances cannot be destroyed/go out of scope,
 
157
  until we have reset thd->current_linfo to NULL;
 
158
 */
154
159
typedef struct st_log_info
155
160
{
156
161
  char log_file_name[FN_REFLEN];