Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions test/clt-tests/core/test-alter-rename.rec
Original file line number Diff line number Diff line change
Expand Up @@ -122,3 +122,5 @@ ERROR 1064 (42000) at line 1: Source table nonexistent not exists
mysql -h0 -P9306 -e "ALTER TABLE invalid-name RENAME new_invalid_name;"
––– output –––
ERROR 1064 (42000) at line 1: P03: syntax error, unexpected $undefined, expecting $end near '-name RENAME new_invalid_name'
––– comment –––
Add your comment here
4 changes: 4 additions & 0 deletions test/clt-tests/core/test-default-config.rec
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ searchd {
pid_file = /var/run/manticore/searchd.pid
data_dir = /var/lib/manticore
}
--- input ---
echo 123
--- output ---
123
Loading