mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
Merge quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/maint/50
into quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/maint/51
This commit is contained in:
commit
0303429257
1 changed files with 2 additions and 2 deletions
|
@ -637,9 +637,9 @@ static struct message *find_message(struct errors *err, const char *lang,
|
|||
either.
|
||||
*/
|
||||
|
||||
static char checksum_format_specifier(const char* msg)
|
||||
static ha_checksum checksum_format_specifier(const char* msg)
|
||||
{
|
||||
char chksum= 0;
|
||||
ha_checksum chksum= 0;
|
||||
const char* p= msg;
|
||||
const char* start= 0;
|
||||
int num_format_specifiers= 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue