peter@mysql.com
ac377a684e
Minor fix to previous code
2003-05-04 21:35:20 +04:00
serg@serg.mylan
12e53eb9e1
parallel-repair available in mysqld
2003-05-04 18:43:37 +02:00
serg@serg.mylan
356b7f62fb
count_bits() moved to mysys/
2003-05-04 18:43:07 +02:00
heikki@hundin.mysql.fi
9dd21162bb
os0file.c:
...
Print progress information if at startup InnoDB creates and writes bigger than 100 MB data file or log file
2003-05-04 15:42:47 +03:00
peter@mysql.com
4343e3052c
Merge mysql.com:/home/pz/mysql/mysql-4.0-root
...
into mysql.com:/home/pz/mysql/mysql-4.0
2003-05-04 16:38:43 +04:00
heikki@hundin.mysql.fi
eab9a5e005
srv0srv.c:
...
Do not let the main thread sleep the 1 second if we had to do a bug pool flush batch trying to establish srv_max_buf_pool_modified_pct
2003-05-04 15:14:33 +03:00
peter@mysql.com
afafe36b3e
Added innodb_max_dirty_pages_pct parameter to limit amount
...
of dirty pages in the buffer pool (can be changed online)
2003-05-04 14:41:21 +04:00
serg@serg.mylan
1add92734b
Merge bk-internal:/home/bk/mysql-4.0/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
2003-05-04 11:01:04 +02:00
serg@serg.mylan
86da817cec
result updated
2003-05-04 11:00:45 +02:00
heikki@hundin.mysql.fi
33e1b9398a
srv0srv.c:
...
Clean up the working of the main thread; add a tunable parameter srv_max_buf_pool_modified_pct which can be used to make the flush phase in shutdown quicker
2003-05-03 19:46:03 +03:00
heikki@hundin.mysql.fi
971f770946
buf0buf.c, srv0srv.h, buf0buf.h, srv0srv.c:
...
Clean up the working of the main thread; add a tunable parameter srv_max_buf_pool_modified_pct which can be used to make the flush phase in shutdown quicker
2003-05-03 19:44:46 +03:00
serg@serg.mylan
528a24720f
Merge bk-internal:/home/bk/mysql-4.0/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
2003-05-03 18:08:31 +02:00
serg@serg.mylan
6db5e7f428
"delete from table where const" bug fixed
2003-05-03 18:08:11 +02:00
lenz@mysql.com
7179284df9
- applied patch from Tim Bunce (new --addtodest option that adds copied
...
files into an already existing directory)
2003-05-03 16:16:52 +02:00
serg@serg.mylan
1a8b0b3868
Merge bk-internal:/home/bk/mysql-4.0/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
2003-05-03 15:22:57 +02:00
monty@narttu.mysql.fi
5f028be2e6
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
...
into narttu.mysql.fi:/my/mysql-4.0
2003-05-03 16:22:56 +03:00
monty@narttu.mysql.fi
7410b6cbdf
Fix problem where key_read was not cleaned up properly, which caused assert in innodb test.
2003-05-03 16:21:43 +03:00
serg@serg.mylan
c7885b5571
test case added
2003-05-03 15:21:39 +02:00
serg@serg.mylan
b82f9ee8f7
Merge bk-internal:/home/bk/mysql-4.0/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
2003-05-03 14:51:27 +02:00
serg@serg.mylan
40435e8554
mising reset_tree() in ft_reinit_search() added
2003-05-03 14:48:51 +02:00
serg@serg.mylan
8bb08c512d
Merge bk-internal:/home/bk/mysql-4.1/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
2003-05-03 13:15:52 +02:00
Sinisa@sinisa.nasamreza.org
f712c21343
Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into sinisa.nasamreza.org:/mnt/work/mysql-4.1
2003-05-03 14:00:59 +03:00
Sinisa@sinisa.nasamreza.org
d09462e25d
removing unnecessary patch.
2003-05-03 13:59:41 +03:00
heikki@hundin.mysql.fi
35fd869e51
Many files:
...
Eliminate the LOCK_log bottleneck in group commit in binlogging: flush InnoDB log files only after it has been released
2003-05-03 02:29:40 +03:00
serg@serg.mylan
784fb81426
INSERT ... UPDATE ... VALUES()
2003-05-03 01:16:56 +02:00
serg@serg.mylan
fe560da59f
avoid sigsegv when open_ltable() fails in REPAIR ... USE_FRM
2003-05-02 22:12:15 +02:00
monty@narttu.mysql.fi
ee8190f293
Merge
2003-05-02 15:22:04 +03:00
venu@myvenu.com
55f2e01879
make_win_src_distribution.sh:
...
Fix for bdb/cxx as they contain .cpp files directly ( for 4.0 to go )
2003-04-30 09:42:08 -07:00
Sinisa@sinisa.nasamreza.org
64b0bfcf00
removing architecture dependent test
2003-04-30 17:39:23 +03:00
serg@serg.mylan
0f653b6fed
make compilation to work w/o InnoDB as well
2003-04-30 14:15:24 +02:00
Sinisa@sinisa.nasamreza.org
7a450cb131
Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into sinisa.nasamreza.org:/mnt/work/mysql-4.0
2003-04-30 14:27:51 +03:00
pem@mysql.com
8cf4e72923
Fixed bug in Item_func_compress::val_str() on MacOS X (bigendian); the length
...
was not properly stored in the buffer.
2003-04-30 13:10:53 +02:00
serg@serg.mylan
3b7d339108
Merge bk-internal:/home/bk/mysql-4.0/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
2003-04-30 12:36:00 +02:00
serg@serg.mylan
f69b6e041c
more #ifdef THREAD added
2003-04-30 12:32:43 +02:00
lenz@mysql.com
66997c0fb3
- fixed Max RPM package description (removed RAID)
2003-04-30 11:30:45 +02:00
lenz@mysql.com
5f830363f2
- disabled MyISAM RAID (--with-raid) for the 4.0 Max binaries for now
...
(several users reported crashes, even when not using RAID) (see bug #346 )
2003-04-30 11:27:13 +02:00
monty@narttu.mysql.fi
9e4f394e59
Fix reference to not initialized memory
...
Changed handing of priv_host to fix bug in FLUSH PRIVILEGES
2003-04-30 10:15:09 +03:00
venu@myvenu.com
72196c9b16
Updated warning test
...
Updated all tests to catchup warnings for all field conversions
2003-04-30 00:07:37 -07:00
venu@myvenu.com
eb137c063c
Support of warnings for all DML statements (Insert, Update and Alter)
...
Fix LOAD DATA INFILE warnings to have a better meanigful messages
Fix to make the mysql command line to automatically show the warnings count for all basic commands
2003-04-30 00:02:28 -07:00
monty@narttu.mysql.fi
0db0fe9a89
Merge bk-internal.mysql.com:/home/bk/mysql-3.23
...
into narttu.mysql.fi:/my/mysql-3.23
2003-04-29 23:00:48 +03:00
Sinisa@sinisa.nasamreza.org
0e289442ff
Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into sinisa.nasamreza.org:/mnt/work/mysql-4.0
2003-04-29 18:41:37 +03:00
Sinisa@sinisa.nasamreza.org
0ed1cbbd48
Porting back security fix from 4.0.
...
All tests plus grant.pl test passed.
2003-04-29 18:24:33 +03:00
serg@serg.mylan
4ce8558cfb
Merge bk-internal:/home/bk/mysql-4.0/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
2003-04-29 15:12:25 +02:00
serg@serg.mylan
2f45dd04a0
followup to CURRENT_USER() fix
2003-04-29 15:11:45 +02:00
Sinisa@sinisa.nasamreza.org
7a01adf55a
Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-3.23
...
into sinisa.nasamreza.org:/mnt/work/mysql
2003-04-29 15:57:13 +03:00
Sinisa@sinisa.nasamreza.org
b086445181
merge fix
2003-04-29 14:35:10 +03:00
Sinisa@sinisa.nasamreza.org
89d9766fd2
code cleanup
2003-04-29 14:13:22 +03:00
lenz@mysql.com
75c5ebe659
- minor fixups (no more warnings)
...
- the preferred mailing list is internals@ not dev-public@
(this is a public document)
- Rather use the 4.1 tree for new development (4.0 is frozen)
2003-04-29 09:52:14 +02:00
venu@myvenu.com
23a522c026
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
...
into myvenu.com:/home/venu/work/sql/dev-4.1
2003-04-28 22:58:19 -07:00
peterg@mysql.com
208fec78b2
Update PeterG's internals documentation per comments from
...
Monty; minor changes only.
2003-04-28 18:52:04 -07:00