diff options
author | unknown <monty@donna.mysql.com> | 2001-01-01 14:17:10 +0200 |
---|---|---|
committer | unknown <monty@donna.mysql.com> | 2001-01-01 14:17:10 +0200 |
commit | dcd25bc9f4db6313b0fa0e75f03888f52970ef77 (patch) | |
tree | 290e7b9ca68fdbcc58714c71951a1a399601dec6 /mysql-test/r | |
parent | 4fbd7817aee31466cf81b5dfcd154eeffd840f67 (diff) | |
download | mariadb-git-dcd25bc9f4db6313b0fa0e75f03888f52970ef77.tar.gz |
Fixed gethostname_r tests to be more portable
BUILD/FINISH.sh:
Moved symbolic files to tmp
Docs/manual.texi:
Updated
mysql-test/r/func_str.result:
Removed time functions
mysql-test/t/func_str.test:
Removed time functions
mysql-test/t/order_by.test:
Fixed sort problem
sql/sql_parse.cc:
End transactions before LOCK TABLES
Diffstat (limited to 'mysql-test/r')
-rw-r--r-- | mysql-test/r/func_str.result | 3 | ||||
-rw-r--r-- | mysql-test/r/func_timestamp.result | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/mysql-test/r/func_str.result b/mysql-test/r/func_str.result index fbf3aad6636..aac051d00fa 100644 --- a/mysql-test/r/func_str.result +++ b/mysql-test/r/func_str.result @@ -90,9 +90,6 @@ length(repeat("a",65500)) length(concat(repeat("a",32000),repeat("a",32000))) le 65500 64000 50000 60000 length(repeat("a",1000000)) length(concat(repeat("a",32000),repeat("a",32000),repeat("a",32000))) length(replace("aaaaa","a",concat(repeat("a",32000)))) length(insert(repeat("a",48000),1,1000,repeat("a",48000))) 1000000 96000 160000 95000 -Date Unix -1998-9-16 09:26:00 905927160 -1998-9-16 09:26:00 905927160 domain hello.de domain diff --git a/mysql-test/r/func_timestamp.result b/mysql-test/r/func_timestamp.result new file mode 100644 index 00000000000..4d4a5b541ac --- /dev/null +++ b/mysql-test/r/func_timestamp.result @@ -0,0 +1,3 @@ +Date Unix +1998-9-16 09:26:00 905927160 +1998-9-16 09:26:00 905927160 |