summaryrefslogtreecommitdiff
path: root/mysql-test/README
diff options
context:
space:
mode:
authorunknown <paul@kite-hub.kitebird.com>2005-03-23 10:45:57 -0600
committerunknown <paul@kite-hub.kitebird.com>2005-03-23 10:45:57 -0600
commitd2ab1393ff8a605dfb7b4a41933a3fbdd12c7777 (patch)
treec28b2888784d289b6303d9b7f552a1e20a257e1c /mysql-test/README
parent1c0c25e7473c5ad68876aea848a8f7ad480333f7 (diff)
downloadmariadb-git-d2ab1393ff8a605dfb7b4a41933a3fbdd12c7777.tar.gz
README:
Fix typo. mysql-test/README: Fix typo.
Diffstat (limited to 'mysql-test/README')
-rw-r--r--mysql-test/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/README b/mysql-test/README
index bccb05c555c..65e6186613a 100644
--- a/mysql-test/README
+++ b/mysql-test/README
@@ -17,7 +17,7 @@ http://dev.mysql.com/doc/mysql/en/MySQL_test_suite.html
You can create your own test cases. To create a test case:
- xeamacs t/test_case_name.test
+ xemacs t/test_case_name.test
in the file, put a set of SQL commands that will create some tables,
load test data, run some queries to manipulate it.