Skip to content
Merged
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
12 changes: 0 additions & 12 deletions .mysql_history

This file was deleted.

2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,6 @@ RUN apt-get update && apt-get install -y software-properties-common curl && \
COPY manticore.conf.sh /etc/manticoresearch/
RUN sed -i '/log = \/var\/log\/manticore\/searchd.log/d;/query_log = \/var\/log\/manticore\/query.log/d' /etc/manticoresearch/manticore.conf
RUN md5sum /etc/manticoresearch/manticore.conf | awk '{print $1}' > /manticore.conf.md5
COPY sandbox.sql /sandbox.sql
COPY .mysql_history /root/.mysql_history
COPY component-licenses /licenses

COPY docker-entrypoint.sh /usr/local/bin/
Expand Down
28 changes: 2 additions & 26 deletions clt_tests/tests/test-one-liner.rec
Original file line number Diff line number Diff line change
Expand Up @@ -6,35 +6,11 @@ docker run --name manticore --rm -d manticoresoftware/manticore:current && echo
Waiting for Manticore docker to start. Consider mapping the data_dir to make it start faster next time
#!/.*\.0$/!#
––– input –––
docker exec manticore mysql -e "source /sandbox.sql"
docker exec manticore mysql -e "CREATE TABLE films (title text, description text, category_id integer, release_year integer, rental_rate float);"
––– output –––
––– input –––
docker exec manticore mysql -e "SHOW TABLES\G"
––– output –––
*************************** 1. row ***************************
Table: films
Type: rt
––– input –––
docker exec manticore mysql -e "SELECT * FROM films LIMIT 3\G"
––– output –––
*************************** 1. row ***************************
id: 19
title: AMADEUS HOLY
description: A Emotional Display of a Pioneer And a Technical Writer who must Battle a Man in A Baloon
category_id: 1
release_year: 2008
rental_rate: 0.990000
*************************** 2. row ***************************
id: 21
title: AMERICAN CIRCUS
description: A Insightful Drama of a Girl And a Astronaut who must Face a Database Administrator in A Shark Tank
category_id: 1
release_year: 2009
rental_rate: 4.990000
*************************** 3. row ***************************
id: 29
title: ANTITRUST TOMATOES
description: A Fateful Yarn of a Womanizer And a Feminist who must Succumb a Database Administrator in Ancient India
category_id: 1
release_year: 2005
rental_rate: 2.990000
Type: rt
9 changes: 0 additions & 9 deletions sandbox.sql

This file was deleted.