summaryrefslogtreecommitdiff
path: root/div
diff options
context:
space:
mode:
authortim@cane.mysql.fi <>2001-01-16 22:35:27 +0200
committertim@cane.mysql.fi <>2001-01-16 22:35:27 +0200
commitc40f815e1b2789e9b19ded44c39eed14a4921a67 (patch)
tree3d8be60274c6c3fa45a44ac5ac48e60a029c7542 /div
parent65a61dc4a32de978bfa880c3e392016536f83ee6 (diff)
downloadmariadb-git-c40f815e1b2789e9b19ded44c39eed14a4921a67.tar.gz
Use C-style comments in common header files and C code.
Diffstat (limited to 'div')
-rw-r--r--div/deadlock_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/div/deadlock_test.c b/div/deadlock_test.c
index a1cd97b7a78..be6d940cf1b 100644
--- a/div/deadlock_test.c
+++ b/div/deadlock_test.c
@@ -125,7 +125,7 @@ static void permute_aux(int *order, int num_queries, int* fixed)
}
}
- //printf("num_free = %d\n", num_free);
+ /*printf("num_free = %d\n", num_free); */
if(num_free <= 1)
{