summaryrefslogtreecommitdiff
path: root/mysql-test/r/varbinary.result
Commit message (Collapse)AuthorAgeFilesLines
* added code covarage for functions convert(), nullif(), crc32(), ↵bell@sanja.is.com.ua2003-10-301-1/+3
| | | | | | | | is_used_lock(), char_lengtrh(), bit_xor() added string length for more speed made code covarage for print() method of Item fixed printability of some items (SCRUM) (WL#1274)
* Added SQLSTATE to client/server protocolmonty@narttu.mysql.fi2003-06-041-2/+2
| | | | | | | | | | bmove_allign -> bmove_align Added OLAP function ROLLUP Split mysql_fix_privilege_tables to a script and a .sql data file Added new (MEMROOT*) functions to avoid calling current_thd() when creating some common objects. Added table_alias_charset, for easier --lower-case-table-name handling Better SQL_MODE handling (Setting complex options also sets sub options) New (faster) assembler string functions for x86
* Changed mysql-test to print warnings for not existing table to DROP TABLEmonty@mashka.mysql.fi2003-01-061-1/+1
| | | | | | Cleaned up test; Removed wrong DROP TABLE commands and use standard table and database names. changed store_warning() -> push_warning_print()
* mergingbell@sanja.is.com.ua2002-10-041-2/+2
|\
| * fixing EXPLAIN select typesbell@sanja.is.com.ua2002-10-031-1/+1
| |
| * new EXPLAINbell@sanja.is.com.ua2002-09-261-2/+2
| | | | | | | | | | fixed bug in mysql-test/create-test-result fixed bug in union-subselect engine
* | Some trivial optimzationsmonty@mashka.mysql.fi2002-09-031-1/+1
| | | | | | | | | | | | Check if AND/OR expression can be NULL; Fixed bug in GROUP BY and-or-expression where expression could be NULL Bug fix for SHOW OPEN TABLES when user didn't have privilege to access all open tables. Better fix for ALTER TABLE on BDB tables.
* | fixed tests to be independed from environmentbell@sanja.is.com.ua2002-08-301-0/+1
|/
* New error messagesmonty@hundin.mysql.fi2002-01-291-1/+1
| | | | | | | | Test of unsigned BIGINT values Fixes for queries-per-hour Cleanup of replication code (comments and portability fixes) Make most of the binary log code 4G clean Changed syntax for GRANT ... QUERIES PER HOUR
* client/mysqlmanagerc.csasha@mysql.sashanet.com2001-09-271-0/+15
| | | | | | | | | | | | | | 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
* Added support for ANSI SQL X'hex-string' format.monty@tik.mysql.fi2001-07-041-0/+4
| | | | | Fixed mysqldump to use -- instead of # as comment characters. Removed support for the 3.20 protocol format
* Added support for hex strings to mysqlimportmonty@donna.mysql.com2000-12-281-0/+6
A lot of new tests to mysqltest Fixed bug with BDB tables and autocommit