mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 23:25:34 +02:00
Fixed bug in --safe-create-user
Docs/manual.texi: Changelog isam/_dbug.c: Cleanup sql/mysqld.cc: Cleanup sql/net_serv.cc: Cleanup
This commit is contained in:
parent
c97fb8f37a
commit
1a9bf29e99
6 changed files with 170 additions and 8 deletions
|
|
@ -89,7 +89,7 @@ void _nisam_print_key(FILE *stream, register N_KEYSEG *keyseg, const uchar *key)
|
|||
key=end;
|
||||
break;
|
||||
case HA_KEYTYPE_UINT24:
|
||||
VOID(fprintf(stream,"%ld",uint3korr(key)));
|
||||
VOID(fprintf(stream,"%ld",(long) uint3korr(key)));
|
||||
key=end;
|
||||
break;
|
||||
case HA_KEYTYPE_FLOAT:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue