Commit graph

5104 commits

Author SHA1 Message Date
heikki@hundin.mysql.fi
48b0cdc43f row0undo.c:
Partial fix to a hang introduced in CREATE TABLE in the push last night
2002-10-30 09:44:06 +02:00
heikki@hundin.mysql.fi
93b301ba95 lexyy.c:
Update instructions about editing the files generated by flex and bison
2002-10-30 00:11:40 +02:00
heikki@hundin.mysql.fi
392bb5ad50 configure.in:
In Linux do not printb thread id's but process no's in SHOW INNODB STATUS
2002-10-29 23:26:21 +02:00
heikki@hundin.mysql.fi
9153d88c6b Many files:
Merge InnoDB-4.0.5: new isolation levels READ COMMITTED and READ UNCOMMITTED now supported, selective deadlock resolution
mysqld.cc:
  Change MySQL default isolation level to REPEATABLE READ; note that InnoDB has always had that default, and BDB and MyISAM always run at SERIALIZABLE level anyway
2002-10-29 23:16:46 +02:00
Sinisa@sinisa.nasamreza.org
2452182844 Merge bk://work.mysql.com:7001
into sinisa.nasamreza.org:/mnt/work/mysql-4.0
2002-10-29 14:21:23 +02:00
serg@serg.mysql.com
2d8358bc2e fixed "huge number of packed rows in MyISAM" bug in 4.0 tree 2002-10-28 23:24:32 +01:00
serg@serg.mysql.com
78bbfa0fc6 merged using "ul" 2002-10-28 22:57:48 +01:00
serg@serg.mysql.com
ebd9fced0b fixed MyISAM crash on dynamic-row tables with huge number of to-be-packed fields 2002-10-28 22:52:02 +01:00
Sinisa@sinisa.nasamreza.org
171f8c014a finally pushing what I could not due to BK problems 2002-10-28 17:04:18 +02:00
serg@serg.mysql.com
5e455f2e81 fixing after automerge with 3.23 2002-10-26 20:04:07 +00:00
serg@serg.mysql.com
3cfa614241 sql_yacc.yy:
cleanup
2002-10-26 18:28:19 +00:00
serg@serg.mysql.com
0d4770c706 Merge work:/home/bk/mysql-4.0
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
2002-10-25 21:31:16 +00:00
serg@serg.mysql.com
dede6634f6 merged 2002-10-25 21:15:52 +00:00
serg@serg.mysql.com
578ce24ea0 merged 2002-10-25 21:09:03 +00:00
bk@admin.bk
fbc1c091b3 BK automatic LOD removal. 2002-10-25 21:07:04 +00:00
serg@serg.mysql.com
6efe24cf4a memory leak closed 2002-10-25 20:39:02 +00:00
heikki@hundin.mysql.fi
b5554c77aa lexyy.c, pars0grm.c:
Include univ.i before any system headers to remove a large file compilation failure on AIX
2002-10-25 20:15:30 +03:00
nick@mysql.com
7acf036d17 Merge nleippe@work.mysql.com:/home/bk/mysql-4.0
into mysql.com:/home/nick/mysql/repository/mysql-4.0
2002-10-24 18:40:15 -06:00
nick@mysql.com
325b68453c fixed prev. commit (was commited in disabled state) 2002-10-24 16:04:38 -06:00
lenz@mysql.com
9b769dbd22 - replaced all occurences of HPUX with HPUX10 (to be prepared for eventual
differences in HPUX11)
2002-10-24 14:30:25 +02:00
nick@mysql.com
95b0d768bd added new syntax:
STOP|START SLAVE
rather than SLAVE STOP|START, which is now deprecated and should be deleted in 4.1
2002-10-24 03:52:51 -06:00
lenz@mysql.com
45270a5c47 Merge lgrimmer@work.mysql.com:/home/bk/mysql
into mysql.com:/space/my/mysql-3.23
2002-10-24 08:53:27 +02:00
monty@hundin.mysql.fi
1cd37aad80 Merge work:/my/mysql-3.23 into hundin.mysql.fi:/my/mysql-3.23 2002-10-24 01:36:58 +03:00
serg@serg.mysql.com
dd0e342742 Merge work:/home/bk/mysql-4.0
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
2002-10-23 22:33:32 +00:00
monty@hundin.mysql.fi
36afa9a96e Fixed problem with BDB tables and ALTER TABLE 2002-10-24 01:29:29 +03:00
serg@serg.mysql.com
17f975b8df less restrictive test for max key length in mi_create 2002-10-23 22:14:59 +00:00
lenz@mysql.com
b01798b206 Do-compile fixes:
- fixed essential piece missing from last merge with 3.23 tree
   (InnoDB option)
 - Added "autoextend" parameter to InnoDB startup options to be able
   to pass the full sql-bench run without hitting an "table space full"
   error
2002-10-23 21:39:59 +02:00
lenz@mysql.com
08d2ea525e - Fix for Do-compile: Enable InnoDB to autoextend the table space if
necessary (required to actually pass the sql-bench without aborting
   with "table space full")
2002-10-23 21:29:01 +02:00
nick@mysql.com
1d9225e037 Merge mysql.com:/home/nick/mysql/repository/mysql-4.0
into mysql.com:/home/nick/mysql/mysql-4.0
2002-10-22 15:18:11 -06:00
nick@mysql.com
d749b832b2 Added Rand_log_event 2002-10-22 15:17:17 -06:00
serg@serg.mysql.com
77102d8dac truncate both MYI and MYD files on DELETE FROM table; to avoid warnings on CHECK TABLE 2002-10-22 15:16:16 +00:00
lenz@mysql.com
5459505bba - added "darwin" to the list of systems that are known to support the
-p option for cp and the -r option for scp (thank to Paul DuBois for
   the patch)
 - fixed a typo
2002-10-21 14:51:57 +02:00
hf@genie.(none)
893cc550e0 Merge abotchkov@work.mysql.com:/home/bk/mysql-4.0
into genie.(none):/home/hf/work/04
2002-10-21 09:57:53 +05:00
hf@genie.(none)
8744bd0064 Embedded server bugfix 2002-10-21 09:56:30 +05:00
bk@admin.bk
ca08ed522c BK automatic LOD removal. 2002-10-20 21:43:24 +02:00
monty@work.mysql.com
1f10e44677 After bk -r check -ff (to be able to upgrade to bk 3.0) 2002-10-20 21:19:37 +02:00
bk@admin.bk
c3e3f73a50 BK automatic LOD removal. 2002-10-20 21:16:05 +02:00
monty@hundin.mysql.fi
2f72277933 Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 2002-10-20 09:06:22 +03:00
monty@hundin.mysql.fi
beaedb77fa Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql 2002-10-20 09:05:53 +03:00
monty@hundin.mysql.fi
801eb82243 Fixed usage of putenv() on windows (in not normally used code) 2002-10-20 09:01:15 +03:00
monty@hundin.mysql.fi
cd38c07dc9 Fixed Changelog 2002-10-20 08:58:48 +03:00
serg@serg.mysql.com
2d573f5852 ftb wasn't able to re-initialize index search (oops! in joins) 2002-10-19 20:39:35 +00:00
lenz@mysql.com
689bf26c86 - fixed typo in scripts/mysql_convert_table_format.sh 2002-10-18 19:43:06 +02:00
serg@serg.mysql.com
9e8c87e74d Merge work:/home/bk/mysql-4.0
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
2002-10-18 14:54:51 +00:00
serg@serg.mysql.com
dca6c608eb some DBUG_ENTER/RETURN macro added
safer GWS_PROB, avoid log(0)
2002-10-18 14:53:46 +00:00
nick@mysql.com
00d47646d5 Moved rand initialization from mysqld.cc to sql_class.cc:THD::THD() 2002-10-17 14:57:01 -06:00
Sinisa@sinisa.nasamreza.org
4175461c00 Small code improvement in multi-table updates 2002-10-17 21:25:24 +03:00
jani@rhols221.adsl.netsonic.fi
562b17185a Added notes about --set-variable being deprecated since MySQL 4.0 2002-10-17 20:03:31 +03:00
jani@rhols221.adsl.netsonic.fi
f11f48a144 Fixed three bugs in mysqlcheck and changed documentation for mysqld_multi 2002-10-17 19:34:02 +03:00
lenz@mysql.com
f00f2a6515 - fixed typo in mysqld.cc: "agaist" -> "against" 2002-10-17 11:08:04 +02:00