An error occurred fetching the project authors.
- 07 Aug, 2007 1 commit
-
-
msvensson@pilot.(none) authored
- Update comments - Make "write_file" fail if file already exist - Remove temporary files created by test cases
-
- 01 Jun, 2007 1 commit
-
-
kostja@bodhi.(none) authored
-
- 23 Apr, 2007 1 commit
-
-
msvensson@pilot.blaudden authored
-
- 16 Apr, 2007 1 commit
-
-
bug #27715: mysqld --character-sets-dir buffer overflow bug ##26851: Mysql Client --pager Buffer Overflow Using strmov() to copy an argument may cause overflow if the argument's length is bigger than the buffer: use strmake instead. Also, we have to encrease the error message buffer size to fit the longest message.
-
- 20 Feb, 2007 2 commits
-
-
msvensson@pilot.blaudden authored
-
msvensson@pilot.blaudden authored
escape chars to use "write_file" to avoid confusion about what's what.
-
- 19 Feb, 2007 1 commit
-
-
kaa@polly.local authored
The problem happened because those tests were using "cp932" and "ucs2" without checking whether these character sets are available. This fix moves test parts to make character set specific parts be tested only if they are: - some parts were moved to "ctype_ucs.test" and "ctype_cp932.test" - some parts were moved to the newly added tests "innodb-ucs2.test", "mysqlbinglog-cp932.test" and "sp-ucs2.test"
-
- 16 Feb, 2007 1 commit
-
-
msvensson@pilot.blaudden authored
-
- 17 Jan, 2007 1 commit
-
-
msvensson@neptunus.(none) authored
windows with a small perl script that does exactly the same.
-
- 14 Dec, 2006 1 commit
-
-
monty@mysql.com/narttu.mysql.fi authored
- Removed not used variables and functions - Added #ifdef around code that is not used - Renamed variables and functions to avoid conflicts - Removed some not used arguments Fixed some class/struct warnings in ndb Added define IS_LONGDATA() to simplify code in libmysql.c I did run gcov on the changes and added 'purecov' comments on almost all lines that was not just variable name changes
-
- 28 Nov, 2006 1 commit
-
-
cmiller@zippy.cornsilk.net authored
-
- 13 Nov, 2006 1 commit
-
-
gkodinov/kgeorge@macbook.gmz authored
-
- 03 Nov, 2006 2 commits
-
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
Use lowercase for "Too long dbname" test as it will be put ot lower on some platforms and we don't wan't to test that.
-
- 26 Oct, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
- Add two null bytes in "buff" variable allowing us to call get_arg two times also for strings longer than sizeof(buff)
-
- 09 Oct, 2006 1 commit
-
-
cmiller@zippy.cornsilk.net authored
Porting forward tests to replacement files.
-
- 02 Oct, 2006 1 commit
-
-
jpipes@shakedown.(none) authored
-
- 13 Sep, 2006 1 commit
-
-
cmiller@zippy.cornsilk.net authored
The column's NOT NULL flag doesn't affect what we should print. Remove the wrong logic that does check it. Also, verify that this and the previous two tests print the same data as other output formats.
-
- 06 Sep, 2006 1 commit
-
-
- 24 Aug, 2006 1 commit
-
-
iggy@rolltop.ignatz42.dyndns.org authored
The mysql client uses the default character set on reconnect. The default character set is now controled by the client charset command while the client is running. The charset command now also issues a SET NAMES command to the server to make sure that the client's charset settings are in sync with the server's.
-
- 16 Aug, 2006 1 commit
-
-
msvensson@shellback.(none) authored
Fix testcase to also work on windows
-
- 02 Aug, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
-
- 31 Jul, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
- Use strmake, that will both protect the buffer and make sure it's terminated by a zero - Add test case
-
- 24 Jul, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
- Add test case
-
- 17 Jul, 2006 1 commit
-
-
evgen@moonbone.local authored
Corrected the test case after fixing bug#10977
-
- 10 May, 2006 1 commit
-
-
cmiller@zippy.(none) authored
Correct a bug (that I introduced, after using Oracle's database software for too many years) where the length of the database-sent data is incorrectly used to infer NULLness.
-
- 16 Apr, 2006 1 commit
-
-
cmiller@zippy.(none) authored
does not have "NOT NULL" attribute set. Also, calculate the padding characters more safely, so that a negative number doesn't cause it to print MAXINT-n spaces.
-
- 04 Apr, 2006 1 commit
-
-
cmiller@zippy.(none) authored
Also fixes a new bug for which "NULL" wasn't printed (because the data it represents has length zero). (Discovered my Paul DuBois.)
-
- 03 Mar, 2006 1 commit
-
-
cmiller@zippy.(none) authored
client will now substitute spaces for NULs, so that the grid isn't messed up due to silently consumed NULs and that the full field is shown.
-
- 24 Feb, 2006 1 commit
-
-
monty@mysql.com authored
(Needed for "list of pushes" web page and autopush)
-
- 09 Feb, 2006 1 commit
-
-
aelkin@mysql.com authored
internal charset to one associated with currently being handled query. To note such a query can come from interactive client either. There was a discussion within replication team and Monty who's suggestion won. It avoids straightforward parsing of all `set' queries that could affect client side character set. According to the idea, mysql client does not parse `set' queries but rather cares of `charset new_cs_name' command. This command is generated by mysqlbinlog in form of exclaiming comment (Lars' suggestion) so that enlightened clients like `mysql' knows what to do with it. Interactive human can switch between many multi-byte charsets during the session providing the command explicitly. To note that setting new internal mysql's charset does not trigger sending any `SET' sql statement to the server.
-
- 06 Oct, 2005 1 commit
-
-
monty@mysql.com authored
Ensure that ccache is also used for C programs mysql: Ensure that 'delimiter' works the same way in batch mode as in normal mode mysqldump: Change to use ;; (instead of //) as a stored procedure/trigger delimiter Fixed test cases by adding missing DROP's and rename views to be of type 'v#' Removed MY_UNIX_PATH from fn_format() Removed current_db_used from TABLE_LIST Removed usage of 'current_thd' in Item_splocal Removed some compiler warnings A bit faster longlong2str code
-
- 24 Sep, 2005 1 commit
-
-
kent@mysql.com authored
Windows have no 'cat' command, use < mysql.test: Windows can't handle single quotes in --exec line
-
- 03 Jun, 2005 1 commit
-
-
msvensson@neptunus.(none) authored
Use open_normal_and_derived_tables instead of open_and_lock_tables when reading metadata for a table. Add two test cases, one for "USE database" and one for "SHOW COLUMNS FROM table"
-
- 17 May, 2005 1 commit
-
-
msvensson@neptunus.(none) authored
- Added testcases to test delimiters in 5.0 - In 5.0 it's allowed to have a up to 16 byte string as delimiter, everything after the delimiter token will be treated as the delimiter. It's even allowed to set delimiter to 'delimiter', ':;' or'MySQL'
-