summaryrefslogtreecommitdiff
path: root/mysql-test/resolve-stack
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/resolve-stack')
-rwxr-xr-xmysql-test/resolve-stack8
1 files changed, 0 insertions, 8 deletions
diff --git a/mysql-test/resolve-stack b/mysql-test/resolve-stack
deleted file mode 100755
index cdbe362c752..00000000000
--- a/mysql-test/resolve-stack
+++ /dev/null
@@ -1,8 +0,0 @@
-#! /bin/sh
-# A shortcut for resolving stacks when debugging when
-# we cannot duplicate the crash in a debugger and have to
-# resort to using stack traces
-
-nm --numeric-sort ../sql/mysqld > var/tmp/mysqld.sym
-echo "Please type or paste the numeric stack trace,Ctrl-C to quit:"
-../extra/resolve_stack_dump -s var/tmp/mysqld.sym