~ubuntu-branches/ubuntu/utopic/mysql-5.6/utopic-proposed

« back to all changes in this revision

Viewing changes to storage/perfschema/pfs_account.h

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2014-09-19 02:11:21 UTC
  • Revision ID: package-import@ubuntu.com-20140919021121-u70eja35aok98pi1
Tags: 5.6.19-1~exp1ubuntu2
Revert the arm64 workaround.

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
PFS_account *
101
101
find_or_create_account(PFS_thread *thread,
102
102
                         const char *username, uint username_length,
103
 
                         const char *hostname, uint hostname_length)
104
 
#if defined(__aarch64__)
105
 
  /* Workaround for https://launchpad.net/bugs/1353729 */
106
 
  __attribute__((optimize("O1")))
107
 
#endif
108
 
;
 
103
                         const char *hostname, uint hostname_length);
109
104
 
110
105
PFS_account *sanitize_account(PFS_account *unsafe);
111
106
void purge_all_account(void);