An error occurred fetching the project authors.
- 23 Feb, 2005 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
-
- 14 Dec, 2004 1 commit
-
-
bar@mysql.com authored
bug#6911 resultset metadata always return client character set
-
- 02 Nov, 2004 1 commit
-
-
monty@mysql.com authored
Added protocol::flush() for easier embedded-server code Increase block allocation variables a bit as they where a bit too small for MySQL 4.1 Added option --silent to client_test
-
- 29 Oct, 2004 1 commit
-
-
bar@mysql.com authored
"uint *errors" is now a non-optional parameter in String:copy() and copy_and_convert().
-
- 26 Oct, 2004 1 commit
-
-
monty@mysql.com authored
New mysqltest that can run mysqltest with PS Added support for ZEROFILL in PS Fixed crash when one called mysql_stmt_store_result() without a preceding mysql_stmt_bind_result() Updated test cases to support --ps-protocol (Some tests are still run using old protocol) Fixed crash in PS when using SELECT * FROM t1 NATURAL JOIN t2... Fixed crash in PS when using sub queries Create table didn't signal when table was created. This could cause a "DROP TABLE created_table" in another thread to wait "forever" Fixed wrong permissions check in PS and multi-table updates (one could get permission denied for legal quries) Fix for PS and SELECT ... PROCEDURE Reset all warnings when executing a new PS query group_concat(...ORDER BY) didn't work with PS Fixed problem with test suite when not using innodb
-
- 15 Oct, 2004 1 commit
-
-
konstantin@mysql.com authored
statements and negative time/date values". The bug was in wrong sprintf format used in the client library. The fix moves TIME -> string conversion functions to sql-common and utilized them in the client library.
-
- 26 Aug, 2004 1 commit
-
-
monty@mysql.com authored
Fixed bug in end space handle for WHERE text_column="constant"
-
- 19 Aug, 2004 1 commit
-
-
serg@serg.mylan authored
-
- 08 Jun, 2004 1 commit
-
-
konstantin@mysql.com authored
is broken (prepared statements)": fixed date handling in many places of prepared statements code.
-
- 24 May, 2004 1 commit
-
-
konstantin@mysql.com authored
after Monty's review. - Item_param was rewritten. - it turns out that we can't convert string data to character set of connection on the fly, because they first should be written to the binary log. To support efficient conversion we need to rewrite prepared statements binlogging code first.
-
- 06 Apr, 2004 2 commits
-
-
serg@serg.mylan authored
::reset(), HA_FAST_KEY_READ, disable_indexes(), enable_indexes(), start_bulk_insert(), end_bulk_insert() Field::val_str simplification, comment
-
bar@bar.intranet.mysql.r18.ru authored
-
- 05 Apr, 2004 1 commit
-
-
monty@mysql.com authored
Fixed bugs in group_concat with ORDER BY and DISTINCT (Bugs #2695, #3381 and #3319) Fixed crash when doing rollback in slave and the io thread catched up with the sql thread Set locked_in_memory properly
-
- 10 Feb, 2004 1 commit
-
-
konstantin@mysql.com authored
-
- 09 Feb, 2004 1 commit
-
-
konstantin@oak.local authored
don't set other flags: it breaks future extensions
-
- 19 Dec, 2003 1 commit
-
-
konstantin@oak.local authored
All tests pass (client_test included)
-
- 08 Dec, 2003 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
to mysqld that is executed for all new connections. (Similar to the client command: mysql_options(... MYSQL_INIT_COMMAND ...).
-
- 28 Nov, 2003 1 commit
-
-
monty@mysql.com authored
Fixed compiler warnings (a lot of hidden variables detected by the Forte compiler) Added a lot of 'version_xxx' strings to 'show variables' Prevent copying of TMP_TABLE_PARAM (This caused core dump bug on Solaris) Fixed problem with printing sub selects to debug log
-
- 20 Nov, 2003 1 commit
-
-
monty@mysql.com authored
Fixed compiler warnings (IRIX C compiler and VC++)
-
- 18 Nov, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
New multi-key-cache handling. This was needed becasue the old one didn't work reliable with MERGE tables. ALTER TABLE table_name ... CHARACTER SET ... now changes all char/varchar/text columns to the given character set (One must use ALTER TABLE ... DEFAULT CHARACTER SET ... to change the default character set) Fixed that have_compress is detected properly (fixes problems with func_compress.test on platforms without zlib) New syntax for CACHE INDEX ('keys' is optional if no index name is given and one mentions the key cache name only ones) Removed compiler warnings Added mysql_set_server_option() to allow clients like PHP to easaily set/reset the multi-statement flag.
-
- 04 Nov, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
After merge fixes. Now code compiles, but there is still some valgrind warnings that needs to be fixed
-
- 03 Nov, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Cleaned up (and disabled part of) date/time/datetime format patch. One can't anymore change default read/write date/time/formats. This is becasue the non standard datetime formats can't be compared as strings and MySQL does still a lot of datetime comparisons as strings Changed flag argument to str_to_TIME() and get_date() from bool to uint Removed THD from str_to_xxxx functions and Item class. Fixed core dump when doing --print-defaults Move some common string functions to strfunc.cc Dates as strings are now of type my_charset_bin instead of default_charset() Introduce IDENT_QUOTED to not have to create an extra copy of simple identifiers (all chars < 128) Removed xxx_FORMAT_TYPE enums and replaced them with the old TIMESTAMP_xxx enums Renamed some TIMESTAMP_xxx enums to more appropriate names Use defines instead of integers for date/time/datetime string lengths Added to build system and use the new my_strtoll10() function.
-
- 20 Oct, 2003 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
-
- 18 Sep, 2003 1 commit
-
-
hf@deer.(none) authored
prepared statements in embedded library
-
- 17 Sep, 2003 1 commit
-
-
hf@deer.(none) authored
prepared statements in embedded library
-
- 03 Sep, 2003 1 commit
-
-
kostja@oak.local authored
-
- 23 Jul, 2003 1 commit
-
-
hf@deer.(none) authored
error handling fixed fetch_lengths made to work differently in embedded and client cases
-
- 18 Jul, 2003 2 commits
-
-
kostja@oak.local authored
Now special 1-byte packet is used for request of old password Fixed bug with --skip-grant-tables and acl_getroot
-
gluh@gluh.mysql.r18.ru authored
Task 499 'init_connect, init_slave options'
-
- 08 Jul, 2003 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
-
- 25 Jun, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 23 Jun, 2003 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
-
- 18 Jun, 2003 1 commit
-
-
hf@deer.(none) authored
including client code into embedded server code to guess what library to use added net_field_length moved to pack.c
-
- 17 Jun, 2003 1 commit
-
-
hf@deer.(none) authored
client capabilities included into libmysqld some API methods became "virtual" lots of duplicated code removed IMHO all the above made library's code way more pleasant to look at, didn't it?
-
- 14 Jun, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Cleanup after split of libmysql.c to client.c and libmysql.c. A 4.1 master/slave will now use the 4.1 protocol Fixed wrong value for SQLSTATE_LENGTH Added CLIENT_REMEMBER_OPTIONS to mysql_real_connect() Changed mysql_port and mysql_unix_port to mysqld_xxxx
-
- 04 Jun, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
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
-
- 30 May, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
character_set_results is now the same with character_set_client by default
-
- 26 May, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 21 May, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
collation_client -> character_set_client collation_results -> character_set_results character_set -> character_set_server SET NAMES now doesn't start client->server conversion SET CHARACTER SET now starts both client->server and server->client conversion
-
- 23 Apr, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
client_collation -> collation_client result_collation -> collation_results connection_collation -> collation_connection
-