mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Manual merge of 5.1 into 5.1-runtime
This commit is contained in:
@ -84,7 +84,7 @@ int main(int argc, char *argv[])
|
||||
MY_INIT(argv[0]);
|
||||
log_init();
|
||||
umask(0117);
|
||||
srand((unsigned int) time(0));
|
||||
srand((uint) time(0));
|
||||
|
||||
/* Main function. */
|
||||
|
||||
|
Reference in New Issue
Block a user