- 13 Apr, 2004 1 commit
-
-
brian@brian-akers-computer.local authored
-
- 06 Apr, 2004 2 commits
-
-
brian@brian-akers-computer.local authored
Fixed spelling of example share and fxed indention. ha_example.cc: Fixed spelling of example and removed a few unneeded printf pieces. my_base.h: Adde HA_ERR_NOT_IMPLEMENTED at Monty's request
-
brian@brian-akers-computer.local authored
into brian-akers-computer.local:/Users/brian/mysql/mysql-4.1-examples
-
- 05 Apr, 2004 8 commits
-
-
gluh@gluh.mysql.r18.ru authored
into gluh.mysql.r18.ru:/home/gluh/mysql-4.1.curr
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-4.1
-
jani@rhols221.adsl.netsonic.fi authored
the code.
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-4.1
-
vva@eagle.mysql.r18.ru authored
into eagle.mysql.r18.ru:/home/vva/work/BUG_2385/mysql-4.1
-
vva@eagle.mysql.r18.ru authored
-
gluh@gluh.mysql.r18.ru authored
'SHOW GRANTS' syntax is added 'SHOW GRANTS FOR CURRENT_USER' syntax is added 'SHOW GRANTS FOR CURRENT_USER()' syntax is added CURRENT_USER without parens in expressions(SELECT CURRENT_USER;)
-
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
-
- 04 Apr, 2004 2 commits
-
-
paul@ice.snake.net authored
into ice.snake.net:/Volumes/ice2/MySQL/bk/mysql-4.1
-
paul@ice.snake.net authored
-
- 03 Apr, 2004 2 commits
-
-
miguel@hegel.local authored
-
wax@kishkin.ru authored
I can't see group_concat_max_len in a list of variables
-
- 02 Apr, 2004 15 commits
-
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
vva@eagle.mysql.r18.ru authored
-
vva@eagle.mysql.r18.ru authored
into eagle.mysql.r18.ru:/home/vva/work/BUG_2385/mysql-4.1
-
vva@eagle.mysql.r18.ru authored
into eagle.mysql.r18.ru:/home/vva/work/BUG_2385/mysql-4.1
-
vva@eagle.mysql.r18.ru authored
Bug #2385 "CREATE TABLE LIKE lacks locking on source and destination table" (in sql_table.cc and mysql-test/t/synchronization.test)
-
vva@eagle.mysql.r18.ru authored
into eagle.mysql.r18.ru:/home/vva/work/BUG_2397/mysql-4.1
-
serg@serg.mylan authored
-
serg@serg.mylan authored
-
serg@serg.mylan authored
-
vva@eagle.mysql.r18.ru authored
into eagle.mysql.r18.ru:/home/vva/work/BUG_system_db_test/mysql-4.1
-
serg@serg.mylan authored
-
vva@eagle.mysql.r18.ru authored
for working on aix and so on..
-
miguel@hegel.local authored
into hegel.local:/home/miguel/bk/mysql-4.1
-
pem@mysql.comhem.se authored
-
dlenev@jabberwock.localdomain authored
Final version of patch. Adds support for specifying of DEFAULT NOW() and/or ON UPDATE NOW() clauses for TIMESTAMP field definition. Current implementation allows only one such field per table and uses several unireg types for storing info about this properties of field. It should be replaced with better implementation when new .frm format is introduced.
-
- 01 Apr, 2004 10 commits
-
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-on-4.1
-
dlenev@jabberwock.localdomain authored
into jabberwock.localdomain:/home/dlenev/src/mysql-4.1-775
-
dlenev@jabberwock.localdomain authored
Added two status variables: binlog_cache_use - counts number of transactions that used somehow transaction temporary binary log. binlog_cache_disk_use - counts number of transactions that required disk I/O for storing info in this this binary log.
-
bell@sanja.is.com.ua authored
layout fised debug information added
-
miguel@hegel.local authored
-
vva@eagle.mysql.r18.ru authored
( fixed BUG #2385 CREATE TABLE LIKE lacks locking on source and destination table and added tests for it )
-
vva@eagle.mysql.r18.ru authored
BUG #2397 "RENAME TABLES is not blocked by FLUSH TABLES WITH READ LOCK" (added waiting for global_read_lock in mysql_rename_tables)
-
lenz@kallisto.local authored
distribution (this is more in line with how "make install" would install them) - this should also fix a test failure in the "system_mysql_db_fix" test.
-
brian@brian-akers-computer.local authored
First commit of the skeleton storage engine. Use this example as a template to build storage engines. Also includes a new degine for marking storage engine methods as not being implemented.
-
bell@sanja.is.com.ua authored
save moving ON/USING tables conditions to WHERE clause (BUG#2794)
-