An error occurred fetching the project authors.
- 12 Dec, 2002 1 commit
-
-
pem@mysql.com authored
Fixed backpatching of forward jumps. Implemented LOOP, WHILE, REPEAT (temporarily known as SPREPEAT). Known bug: Expression evaluation still not quite ok (e.g. "x > 0"), which is why IF and CASE is not yet implemented.
-
- 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....
-
- 26 Nov, 2002 1 commit
-
-
serg@serg.mysql.com authored
-
- 17 Nov, 2002 1 commit
-
-
lenz@mysql.com authored
- "make distcheck" needs to be fixed
-
- 15 Nov, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 28 Oct, 2002 1 commit
-
-
vva@genie.(none) authored
-
- 01 Oct, 2002 1 commit
-
-
lenz@mysql.com authored
- some additional small fixes - added "depcomp" for automake 1.5
-
- 05 Sep, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Fixed that GRANT ... REQUIRE options are not forgot when doing new GRANT Changed fn_ext to point at first '.' after directory. FLUSH LOGS removed numerical extension for all future update logs. Fixed the mysqld --help reports right values for --datadir and --bind-address --log-binary=a.b.c now properly strips of .b.c Fix that one can DROP UDF functions that was not loaded at startup Made AND optional in REQUIRE Added REQUIRE NONE
-
- 06 Aug, 2002 1 commit
-
-
lenz@mysql.com authored
- removoved getopt.h (has been replaced by my_getopt.h)
-
- 24 Jul, 2002 1 commit
-
-
lenz@mysql.com authored
-
- 23 Jul, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Made a some new buffers thread specific and changeable. Resize of key_buffer. AUTO_COMMIT -> AUTOCOMMIT Fixed mutex bug in DROP DATABASE Fixed bug when using auto_increment as second part of a key where first part could include NULL. Split handler->extra() to extra() and extra_opt() to be able to support thread specific buffers. Don't write message to error log when slave reconnects becasue of timeout. Fixed possible update problem when using DELETE/UPDATE on small tables (In some cases we used index even if table scanning would be better) A lot of minior code cleanups
-
- 16 Jul, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
Will do a push when it starts working ..
-
- 12 Jun, 2002 1 commit
-
-
venu@myvenu.com authored
new file Client-server protocol 4.1 changes - Server side: * Enhanced metadata information: - SHOW [COUNT(*)] ERRORS [LIMIT [offset,] rows] - SHOW [COUNT(*)] WARNING [LIMIT [offset,] rows] - SHOW TABLE TYPES - SHOW PRIVILEGES - SHOW COLUMN TYPES (Not fully implemented) * Prepared execution * Long data handling in pieces * And other misc changes
-
- 12 May, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 29 Mar, 2002 1 commit
-
-
bar@gw.udmsearch.izhnet.ru authored
-
- 22 Feb, 2002 1 commit
-
-
bar@gw.udmsearch.izhnet.ru authored
-
- 12 Jan, 2002 1 commit
-
-
monty@tik.mysql.fi authored
Added ORDER BY optimization
-
- 17 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 13 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 10 Dec, 2001 1 commit
-
-
tonu@volk.internalnet authored
-
- 10 Oct, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
myself a run of compile-pentium-debug. I have not even tried to compile the new code
-
- 09 Oct, 2001 2 commits
-
-
monty@hundin.mysql.fi authored
-
tim@black.box authored
Portability fix for mysqlmanager.
-
- 08 Oct, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Speed up column-completion in 'mysql' Don't use ISAM if HAVE_ISAM is not defined A lot of fixes for the embedded version. All libraries are now included in libmysqld.a Changed arguments to convert_dirname() to make it more general. Renamed files in the 'merge' directory to all use a common prefix. Don't compile both assembler and C functions on x86
-
- 22 Sep, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fixes for embedded libary and openssl
-
- 21 Sep, 2001 2 commits
-
-
monty@hundin.mysql.fi authored
Changed --do-pstack to --enable-pstack Removed pstack from default build
-
monty@hundin.mysql.fi authored
Fixed bug in UNION
-
- 19 Sep, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
-
- 16 Sep, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 12 Aug, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
(wrong error code) but I'll push it so that Sergei could clean up my merge
-
- 10 Aug, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
-
- 02 Aug, 2001 1 commit
-
-
monty@tik.mysql.fi authored
New faster list iterators Change list code to be simpler and faster Optimize count(distinct) New error messages for UNION Make create_tmp_table more general to be usable by UNION
-
- 16 Jul, 2001 1 commit
-
-
monty@tik.mysql.fi authored
Added warning for tables where the auto_increment key is 0 Fixed DELETE ... LIMIT 0 Fixed UPDATE ..LIMIT 0
-
- 13 Jun, 2001 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 05 Jun, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fixed error number handling bug in mysqltest. Fixed that error number from insert delayed is reported correctly. merged new vio code with old violite code.
-
- 31 May, 2001 1 commit
-
-
tonu@hundin.mysql.fi authored
-
- 23 May, 2001 2 commits
-
-
monty@donna.mysql.fi authored
-
monty@donna.mysql.fi authored
-
- 20 May, 2001 1 commit
-
-
tonu@x3.internalnet authored
-
- 13 May, 2001 1 commit
-
-
monty@donna.mysql.fi authored
Updated qsort source from glibc. Add debugging of keycache when EXTRA_DEBUG is specified
-