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

Merge kaamos.(none):/data/src/mysql-5.1

into  kaamos.(none):/data/src/opt/mysql-5.1-opt
This commit is contained in:
kaa@kaamos.(none)
2008-01-10 20:44:23 +03:00
41 changed files with 678 additions and 149 deletions

View File

@ -1396,7 +1396,7 @@ static void backup_current_db_name(THD *thd,
}
else
{
strmake(saved_db_name->str, thd->db, saved_db_name->length);
strmake(saved_db_name->str, thd->db, saved_db_name->length - 1);
saved_db_name->length= thd->db_length;
}
}