summaryrefslogtreecommitdiff
path: root/mysql-test
diff options
context:
space:
mode:
authorunknown <ram@gw.mysql.r18.ru>2004-05-17 13:40:02 +0500
committerunknown <ram@gw.mysql.r18.ru>2004-05-17 13:40:02 +0500
commitf948d7bb2434ae2431f6401a030414d07c4ab82c (patch)
tree35dd0fb41f2a061d560fad8f4c02418190935ab3 /mysql-test
parentff23273b7afe24ebc5927178895c18c97c01d3cf (diff)
downloadmariadb-git-f948d7bb2434ae2431f6401a030414d07c4ab82c.tar.gz
added newline at the end of the file.
Diffstat (limited to 'mysql-test')
-rw-r--r--mysql-test/t/func_str.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/func_str.test b/mysql-test/t/func_str.test
index 1d33e459372..9b0c076f23e 100644
--- a/mysql-test/t/func_str.test
+++ b/mysql-test/t/func_str.test
@@ -171,4 +171,4 @@ DROP TABLE t1;
create table t1(a char(4));
insert into t1 values ('one'),(NULL),('two'),('four');
select a, quote(a), isnull(quote(a)), quote(a) is null, ifnull(quote(a), 'n') from t1;
-drop table t1; \ No newline at end of file
+drop table t1;