An error occurred fetching the project authors.
- 14 Feb, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Fixed problem with LIKE and BINARY
-
- 12 Feb, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Portability fixes Added new client function: mysql_get_server_version() New server help code (From Victor Vagin) Fixed wrong usage of binary() Disabled RTREE usage for now.
-
- 10 Feb, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Optimize depending sub querys Remove valgrind warnings
-
- 02 Feb, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 30 Jan, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
new fatal_error interface to assign is_fatal_error and ne.report_error commant about Item_row
-
- 29 Jan, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
fixed length of fields created in fubselect fixed resolving fields of reduced in derived table subselect
-
- 28 Jan, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
merging with switching on static tables optimization (SCRUM) fixed subselects with uncacheable results added test for fixed bugs from bugreports
-
- 26 Jan, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
after merge fix of 577 task (SCRUM, pre commit to be able to merge with static tables optimization fix) fixed derived tables with subselect inside
-
- 25 Jan, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
fixed memory leacks
-
- 21 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Some changes to the prepared statement protocol to make it easier to use and faster.
-
- 18 Jan, 2003 1 commit
-
-
venu@myvenu.com authored
-
- 17 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Allow one to change ANSI_QUOTES mode per thread and on the fly
-
- 14 Jan, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 09 Jan, 2003 2 commits
-
-
monty@mashka.mysql.fi authored
Allow empty key list in USE|IGNORE|FORCE INDEX()
-
monty@mashka.mysql.fi authored
Free row buffer cache after each query for MyISAM tables. Added table join option FORCE INDEX Fixed core dump bug when connecting with hostname that could not be resolved.
-
- 29 Dec, 2002 1 commit
-
-
vva@eagle.mysql.r18.ru authored
-
- 24 Dec, 2002 1 commit
-
-
bar@bar.mysql.r18.ru authored
-
- 15 Dec, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 08 Dec, 2002 1 commit
-
-
pem@mysql.com authored
Implements creation and dropping of PROCEDUREs, IN, OUT, and INOUT parameters, single-statement procedures, rudimentary multi-statement (begin-end) prodedures (when the client can handle it), and local variables. Missing most of the embedded SQL language, all attributes, FUNCTIONs, error handling, reparses procedures at each call (no caching), etc, etc. Certainly buggy too, but procedures can actually be created and called....
-
- 06 Dec, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Added THD to add_to_xxx_list() functions for faster parsing.
-
- 29 Nov, 2002 2 commits
-
-
serg@serg.mysql.com authored
moved SQLCOM_END to the end of the list bad copy-paste in sql_yacc.yy fixed
-
serg@serg.mysql.com authored
-
- 28 Nov, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
fixed sunction-test select in IN bug fixed unions in subselect bug
-
- 26 Nov, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 25 Nov, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Compatibility syntax: SERIAL, [PRIMARY] KEY and VALUE
-
- 24 Nov, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
Fixed context in error mesages
-
- 22 Nov, 2002 1 commit
-
-
pem@mysql.com authored
This is required for prepared statements and stored procedures.
-
- 21 Nov, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 13 Nov, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
fixed bug in error handling
-
- 07 Nov, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Let MySQL 4.0 read 4.1 .frm files without 4.1 specific extensions New variables @@rand_seed1 and @@rand_seed2 (used by replication) DROP TEMPORARY TABLE
-
- 04 Nov, 2002 2 commits
-
-
bell@sanja.is.com.ua authored
-
bell@sanja.is.com.ua authored
onversion with check
-
- 31 Oct, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 30 Oct, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
fixed some possible bugs
-
- 29 Oct, 2002 1 commit
-
-
vva@genie.(none) authored
delete ugly comma
-
- 28 Oct, 2002 1 commit
-
-
vva@genie.(none) authored
-
- 27 Oct, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 26 Oct, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
fixed subselect error handling bug fixed subselect UNION ALL bug fixed thd->lex.select restoring explain UNION subselect bug
-
- 16 Oct, 2002 2 commits
-
-
Sinisa@sinisa.nasamreza.org authored
I intend to do some more accelerations in mysql_execute_command and in SQLCOM_SELECT part for which I need to fix EXPLAIN with derived tables plus few additional items. If this proves to be much I wil just make it a new SCRUM task
-
Sinisa@sinisa.nasamreza.org authored
-