diff options
author | unknown <tim@cane.mysql.fi> | 2001-01-16 22:35:27 +0200 |
---|---|---|
committer | unknown <tim@cane.mysql.fi> | 2001-01-16 22:35:27 +0200 |
commit | 8c7841bca25a07f36b75584a9e60b6143e90024a (patch) | |
tree | 3d8be60274c6c3fa45a44ac5ac48e60a029c7542 /div | |
parent | c1aa6bd97d83328edc5b7a766f9cbf30e12cea1b (diff) | |
download | mariadb-git-8c7841bca25a07f36b75584a9e60b6143e90024a.tar.gz |
Use C-style comments in common header files and C code.
Diffstat (limited to 'div')
-rw-r--r-- | div/deadlock_test.c | 2 |
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) { |