monty@mashka.mysql.fi
023d6dd39b
Merge with 4.0.11
2003-02-04 21:52:14 +02:00
serg@serg.mysql.com
78f492b112
do not force CONNECTION_ID(), FOUND_ROWS(), PI(), CURRENT_USER(),
...
and VERSION() to be uppercase in e.g. "select pi()"
2003-01-28 00:55:41 +01:00
Sinisa@sinisa.nasamreza.org
8a53d1ca6a
adding mandatory aliases for derived tables as per SQL-99
...
doing it in sql_yacc.yy does not work
this commit contains fixes for other tests
there are fixes in subselect test which will have to be changed
once fix_fields is fixed to work with aliased derived tables
2002-11-28 19:19:21 +02:00
Sinisa@sinisa.nasamreza.org
20e100d3b3
fixed another small bug with LIMIT )
2002-11-19 19:43:45 +02:00
Sinisa@sinisa.nasamreza.org
ee799216dd
Makng sure that LIMIT 0 works in this case to:
...
select sql_calc_found_rows * from table limit 0;
It does ...
2002-11-19 17:20:57 +02:00
Sinisa@sinisa.nasamreza.org
b9a671f267
lot's of fixes with test cases
2002-11-18 18:28:51 +02:00
Sinisa@sinisa.nasamreza.org
46beea06e1
Some new tests...................
2002-11-16 16:41:29 +02:00
monty@hundin.mysql.fi
ad04b7f677
Fixed bug in SQL_CALC_FOUND_ROWS + LIMIT
2002-06-10 13:33:25 +03:00
monty@hundin.mysql.fi
5080d64c6b
Fix bug in SELECT SQL_CALC_FOUND_ROWS
2002-05-16 16:06:57 +03:00
Sinisa@sinisa.nasamreza.org
1086e7c52f
several bug fixes and tests
2002-03-05 14:22:32 +02:00
monty@hundin.mysql.fi
d36ac6b669
Fix some bugs introduced with the new my_getopt
...
Added counting of rollback's and commits
Fixed bug in 'SELECT 0 LIMIT 0'
Fixed bug in 'SELECT SQL_CALC_FOUND_ROWS'
2002-02-08 03:21:34 +02:00
sasha@mysql.sashanet.com
bb66c80aeb
client/mysqlmanagerc.c
...
added support for quiet
increased line buffer size
client/mysqltest.c
fixed memory leak
added query logging to result file
added error message logging to result file
added enable_query_log/disable_query_log
mysql-test/mysql-test-run.sh
converted tests to use mysqlmanager
Updated test results
2001-09-27 23:05:54 -06:00
monty@hundin.mysql.fi
65600db56d
Fixed bug when sorting big files (introduced with multi-table-delete)
...
Changed mysql-test to use --language
Cleaned up parameters to filesort()
2001-06-25 11:35:22 +03:00
monty@tik.mysql.fi
8685094e15
Don't write rows in MyISAM tables when using count(distinct)
...
Don't read MyISAM header when running without locking
2001-05-23 02:40:46 +03:00