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

Spatial-related fixes

This commit is contained in:
hf@deer.mysql.r18.ru
2002-12-18 17:17:35 +04:00
parent dbc8dca835
commit 05de9d5fa9
4 changed files with 19 additions and 10 deletions

View File

@ -225,7 +225,7 @@ public:
{
Ptr[str_length++] = c;
}
void q_append(const uint32 &n)
void q_append(const uint32 n)
{
int4store(Ptr + str_length, n);
str_length += 4;