An error occurred fetching the project authors.
- 05 Mar, 2003 1 commit
-
-
pem@mysql.com authored
Disabled queries in FUNCTIONs.
-
- 03 Mar, 2003 1 commit
-
-
guilhem@mysql.com authored
running slave, just give a warning. Same thing for STOP SLAVE. This will make scripts writing easier for users.
-
- 02 Mar, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
SELECT latin1_expr COLLATE anpther_charset_collation
-
- 26 Feb, 2003 1 commit
-
-
ram@mysql.r18.ru authored
Allow NULL geometry fields.
-
- 25 Feb, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Ensured that all errors messages ends with: ",
-
- 21 Feb, 2003 1 commit
-
-
pem@mysql.com authored
Expanded the mysql.proc table, reworked the find/create/drop functions completely, added new functions for FUNCTIONs (lotta functions here :), got rid of some unnecessary use of Item_strings while at it. Extended the parser correspondingly, and fiddled around a bit to make SP FUNCTIONs coexist with UDFs. Can now CREATE and DROP FUNCTIONs. Invoking yet to come...
-
- 23 Jan, 2003 1 commit
-
-
pem@mysql.com authored
accordingly.
-
- 15 Jan, 2003 2 commits
-
-
pem@mysql.com authored
-
pem@mysql.com authored
-
- 26 Dec, 2002 1 commit
-
-
peter@mysql.com authored
new format SCRUM
-
- 24 Dec, 2002 1 commit
-
-
peter@mysql.com authored
-
- 03 Dec, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 02 Dec, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 28 Nov, 2002 2 commits
-
-
bell@sanja.is.com.ua authored
fixed sunction-test select in IN bug fixed unions in subselect bug
-
Sinisa@sinisa.nasamreza.org authored
doing it in sql_yacc.yy does not work this commit contains fixes for other tests there are fixes in subselect test which will have to be changed once fix_fields is fixed to work with aliased derived tables
-
- 23 Nov, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 21 Nov, 2002 2 commits
-
-
bell@sanja.is.com.ua authored
prevent using references on sum function (except HAVING clouse of current select) and forward references
-
monty@mashka.mysql.fi authored
New operators MOD and DIV SELECT ... FROM DUAL TRUE = 1 and FALSE = 0
-
- 15 Nov, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 13 Nov, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 08 Nov, 2002 1 commit
-
-
serg@serg.mysql.com authored
also for InnoDB that supports CHECK table but not REPAIR
-
- 29 Oct, 2002 2 commits
-
-
vva@genie.(none) authored
-
vva@genie.(none) authored
delete ugly comma
-
- 28 Oct, 2002 1 commit
-
-
vva@genie.(none) authored
-
- 27 Oct, 2002 1 commit
-
-
vva@genie.(none) authored
-
- 02 Oct, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Warning handling and initial prepared statement handling (last not complete yet) Changed a lot of functions that returned 0/1 to my_bool type. GRANT handling now uses read/write locks instead of mutex Change basic net functions to use THD instead of NET (needed for 4.1 protocol) Use my_sprintf instead of sprintf() + strlen() Added alloc_query() to be able to chare query initialization code with prepared statements. Cleanup handling of SHOW COUNT(*) WARNINGS and SELECT LAST_INSERT_ID() Note that the following test fails (will be fixed ASAP): sub_select, union, rpl_rotate_logs and rpl_mystery22
-
- 27 Sep, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 21 Aug, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
More DBUG info for replication Better error messages from replication Fixed bug in replication code when connecting to 'localhost' (time was not released properly) Block ALARM signal on Linux for signal handler thread (Fixes problem with running mysqld with --debug) Removed warning when setting an AUTO_INCREMENT field to NULL
-
- 08 Aug, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Make safe_mysqld a symlink to mysqld_safe in binary distribution Fixed problem with CTRL-C when using mysqld --bootstrap
-
- 24 Jul, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Fixed bugfix of INSERT ... SET db_name.table_name.column_name Changed locking to external-locking Fix client hangup for some invalid SQL queries.
-
- 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
-
- 12 Jun, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
SHOW DATABASES CREATE TEMPORARY TABLE LOCK TABLES REPLICATION SLAVE & REPLICATION CLIENT SUPER EXECUTE All scripts & documentation is updated for this change. Added better error messages for global privileges
-
- 03 Jun, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 12 May, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 18 Apr, 2002 1 commit
-
-
monty@tik.mysql.fi authored
Fixed stack overflow checking with crash-me with gcc 3.0.4 Using @@unknown_variable doesn't hang client anymore Added @@VERSION variable
-
- 29 Jan, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Test of unsigned BIGINT values Fixes for queries-per-hour Cleanup of replication code (comments and portability fixes) Make most of the binary log code 4G clean Changed syntax for GRANT ... QUERIES PER HOUR
-
- 04 Nov, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
mysqltest now also writes failed error messages to log
-
- 03 Nov, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Merged error messages with 3.23.44 Fixed bug with DATA DIRECTORY on windows
-
- 31 Oct, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Use LONG_TIMEOUT (one year) instead of ~0 for long timeouts Fixed error messages. Fixed problem with const propagation when comparing columns of different types
-
- 30 Oct, 2001 1 commit
-
-
monty@donna.mysql.fi authored
-