diff options
author | cmiller@zippy.cornsilk.net <> | 2007-10-31 16:39:59 -0400 |
---|---|---|
committer | cmiller@zippy.cornsilk.net <> | 2007-10-31 16:39:59 -0400 |
commit | 872d65a547b66de71ead4d6ac31de91e644dc12c (patch) | |
tree | 2d672702cc1c3fe78fd5fb908a40ab5b38eff83e /sql/sql_profile.h | |
parent | 44ba1227262c0ad00ed811a45a10188bf4e2e244 (diff) | |
download | mariadb-git-872d65a547b66de71ead4d6ac31de91e644dc12c.tar.gz |
Sundry changes to fix merge problems. Most of these are duplicated
in 5.0-community, but pulling to merge was very hard.
Diffstat (limited to 'sql/sql_profile.h')
-rw-r--r-- | sql/sql_profile.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/sql_profile.h b/sql/sql_profile.h index a398c3d7a94..7d2fbb7827d 100644 --- a/sql/sql_profile.h +++ b/sql/sql_profile.h @@ -38,7 +38,7 @@ extern const char * const _unknown_func_; #endif extern ST_FIELD_INFO query_profile_statistics_info[]; -int fill_query_profile_statistics_info(THD *thd, struct st_table_list *tables, Item *cond); +int fill_query_profile_statistics_info(THD *thd, TABLE_LIST *tables, Item *cond); #define PROFILE_NONE 0 @@ -322,7 +322,7 @@ public: bool show_last(uint options); /* ... from INFORMATION_SCHEMA.PROFILING ... */ - int fill_statistics_info(THD *thd, struct st_table_list *tables, Item *cond); + int fill_statistics_info(THD *thd, TABLE_LIST *tables, Item *cond); }; # endif /* HAVE_PROFILING */ |