summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2022-05-25 12:55:44 +0300
committerMarko Mäkelä <marko.makela@mariadb.com>2022-05-25 12:55:44 +0300
commit99466443dd17533262565288b173feae3f14a3da (patch)
tree3dab1fd75dfbe5648a371e8e9a41e2aea67707bf
parent76970a5f874154c282eca737f114695d57455c90 (diff)
downloadmariadb-git-bb-10.10-MDEV-28542.tar.gz
fixup! 036d091d2ef314bf5faab6c01e15c4030adee51ebb-10.10-MDEV-28542
-rw-r--r--storage/innobase/include/univ.i5
1 files changed, 0 insertions, 5 deletions
diff --git a/storage/innobase/include/univ.i b/storage/innobase/include/univ.i
index d8f0e0debf1..fe3de23351a 100644
--- a/storage/innobase/include/univ.i
+++ b/storage/innobase/include/univ.i
@@ -33,11 +33,6 @@ Created 1/20/1994 Heikki Tuuri
#pragma once
-/* aux macros to convert M into "123" (string) if M is defined like
-#define M 123 */
-#define _IB_TO_STR(s) #s
-#define IB_TO_STR(s) _IB_TO_STR(s)
-
/** How far ahead should we tell the service manager the timeout
(time in seconds) */
#define INNODB_EXTEND_TIMEOUT_INTERVAL 30