1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Fixes to make it compile when using Sun CC and restoring some changes

done in previous patches.

There is an error in the Sun CC compiler that treats parameters that
differ in only qualifier as different, even though this is not
allowed by the standard (ISO/IEC 14882:2003, Section 13.1).
This commit is contained in:
mats@capulet.net
2007-04-13 19:19:10 +02:00
parent ffa4fdb055
commit d45e738b71
5 changed files with 13 additions and 12 deletions

View File

@ -184,7 +184,7 @@ typedef struct st_relay_log_info
ulonglong future_group_master_log_pos;
#endif
my_time_t last_master_timestamp;
time_t last_master_timestamp;
void clear_slave_error();
void clear_until_condition();
@ -345,7 +345,7 @@ typedef struct st_relay_log_info
the <code>Seconds_behind_master</code> field.
*/
void stmt_done(my_off_t event_log_pos,
my_time_t event_creation_time);
time_t event_creation_time);
/**