From b64dcff73db17e492f060b92d7581a90763cc9c2 Mon Sep 17 00:00:00 2001 From: duanzhengqiang Date: Fri, 9 Feb 2024 07:29:58 +0800 Subject: [PATCH] [CALCITE-6256] Incorrect rendering of HTML on InnoDB adapter page Close apache/calcite#3679 --- site/_docs/innodb_adapter.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/site/_docs/innodb_adapter.md b/site/_docs/innodb_adapter.md index 58ef596526d6..6d5c760410f8 100644 --- a/site/_docs/innodb_adapter.md +++ b/site/_docs/innodb_adapter.md @@ -96,8 +96,11 @@ a MySQL "scott" database: {% endhighlight %} `sqlFilePath` is a list of DDL files, you can generate table -definitions by executing `mysqldump -d -u -p -h - ` in command-line. +definitions by executing `mysqldump` in command-line: + +{% highlight bash %} +mysqldump -d -u -p -h +{% endhighlight %} The file content of `/path/scott.sql` is as follows: