1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

- Corrected type misstake in debug statement.

This commit is contained in:
thek@adventure.(none)
2007-05-23 13:04:49 +02:00
parent 0eaa615245
commit f52c5a2031

View File

@@ -632,7 +632,7 @@ void query_cache_insert(NET *net, const char *packet, ulong length)
DUMP(&query_cache);
BLOCK_LOCK_WR(query_block);
DBUG_PRINT("qcache", ("insert parequestedcket %lu bytes long",length));
DBUG_PRINT("qcache", ("insert packet %lu bytes long",length));
/*
On success STRUCT_UNLOCK(&query_cache.structure_guard_mutex) will be