1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00
This commit is contained in:
monty@narttu.mysql.fi
2003-11-03 22:48:03 +02:00
85 changed files with 2868 additions and 1861 deletions

View File

@ -332,7 +332,7 @@ SETUP_PARAM_FUNCTION(setup_param_datetime)
tm.day= (uint) to[3];
tm.neg= 0;
param->set_time(&tm, TIMESTAMP_FULL);
param->set_time(&tm, TIMESTAMP_DATETIME);
}
*pos+= length;
}