diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2023-04-18 16:19:39 +0300 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2023-04-18 16:19:39 +0300 |
commit | 821e3d52c0e7405aea7054e138604ae1a4e8c921 (patch) | |
tree | 1dbf11353bfd7ca04e176bc719e3dcec42eafe11 /extra/resolve_stack_dump.c | |
parent | 6c196090c8c265bfd93df1e2ee6b18cda2b1d2d8 (diff) | |
download | mariadb-git-10.56-MDEV-30986.tar.gz |
MDEV-30986 hybrid build with 10.6 InnoDB10.56-MDEV-30986
Diffstat (limited to 'extra/resolve_stack_dump.c')
-rw-r--r-- | extra/resolve_stack_dump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/resolve_stack_dump.c b/extra/resolve_stack_dump.c index cb4d6ed33e5..fe2f297fd33 100644 --- a/extra/resolve_stack_dump.c +++ b/extra/resolve_stack_dump.c @@ -177,7 +177,7 @@ static void open_files() /* if name not given, assume stdin*/ if (!sym_fname) - die("Please run nm --numeric-sort on mysqld binary that produced stack \ + die("Please run nm --numeric-sort on mariadbd binary that produced stack \ trace dump and specify the path to it with -s or --symbols-file"); if (!(fp_sym = my_fopen(sym_fname, O_RDONLY, MYF(MY_WME)))) die("Could not open %s", sym_fname); |