1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Fix a build break on 64 bit (uint and size_t are distinct types).

This commit is contained in:
kostja@bodhi.(none)
2007-07-17 01:30:57 +04:00
parent 0e92e434d1
commit 97bdd8030b
2 changed files with 2 additions and 2 deletions

View File

@ -2326,7 +2326,7 @@ uint8 st_lex::get_effective_with_check(TABLE_LIST *view)
*/
bool
st_lex::copy_db_to(char **p_db, uint *p_db_length) const
st_lex::copy_db_to(char **p_db, size_t *p_db_length) const
{
if (sphead)
{