An error occurred fetching the project authors.
- 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.
-
- 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
-
- 09 Aug, 2005 1 commit
-
-
jimw@mysql.com authored
in sourced file properly. (Bug #11523)
-
- 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'
-