jani@hynda.mysql.fi
0b8b4738a8
New client, mysqlcheck, for MySQL. mysqlcheck should be used for
...
CHECK, REPAIR, ANALYZE and OPTIMIZE instead of myisamchk, when
MySQL server is running. Documentation to MySQL manual will follow
shortly.
2001-04-20 01:12:10 +03:00
tim@threads.polyesthetic.msg
c1780adda1
Merge work.mysql.com:/home/bk/mysql
...
into threads.polyesthetic.msg:/usr/local/src/my/work
2001-04-19 15:15:34 -04:00
monty@work.mysql.com
821fa2241c
Update for MySQL-Max
2001-04-18 16:35:30 +02:00
heikki@donna.mysql.fi
e593714e6b
os0thread.c Change pthread_yield to sched_yield
...
univ.i Change pthread_yield to sched_yield
configure.in Change pthread_yield to sched_yield
2001-04-18 17:23:06 +03:00
jcole@abel.spaceapes.com
393c603529
Small fixes to manual.texi.
2001-04-17 14:57:31 -05:00
tim@threads.polyesthetic.msg
1e3ab09a51
Merge
2001-04-17 09:18:37 -04:00
tim@threads.polyesthetic.msg
e19137f037
sql_select.cc sizeof(**TABLE) -> sizeof(*TABLE) in malloc()
2001-04-17 09:13:10 -04:00
serg@serg.mysql.com
13ef4d1db4
Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql
2001-04-17 14:17:48 +02:00
monty@donna.mysql.fi
561c18c116
Updated manual
2001-04-17 02:00:46 +03:00
sasha@mysql.sashanet.com
37f3068495
Docs/manual.texi
...
Added a stern warning in a visible (in my opinion) place to make sure
to compile with -fno-exceptions when using gcc
Wrote a new paragraphs on OS comparison/choice in the Which OS section
2001-04-16 15:15:59 -06:00
serg@serg.mysql.com
801259b669
Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql
2001-04-15 20:16:51 +02:00
tim@threads.polyesthetic.msg
af816a16fc
Merge
2001-04-14 09:38:43 -04:00
tim@threads.polyesthetic.msg
eb320ce7b0
mysql-test-run.sh don't depend on 'tr'
2001-04-14 09:35:42 -04:00
serg@serg.mysql.com
6991ee7867
manually merged
2001-04-13 16:31:53 +02:00
heikki@donna.mysql.fi
fc6dcf4df7
log0recv.c Change Innobase text to InnoDB
...
log0log.c Change Innobase text to InnoDB
srv0start.c Change Innobase text to InnoDB
srv0srv.c Change Innobase text to InnoDB
ha_innobase.cc Change Innobase text to InnoDB
2001-04-13 16:36:54 +03:00
monty@donna.mysql.fi
46839ed2f2
Merge work:/home/bk/mysql into donna.mysql.fi:/home/my/bk/mysql
2001-04-13 12:39:34 +03:00
paul@central.snake.net
69be96cf2a
manual.texi Fix Bowser's birth date (1998 -> 1989)
2001-04-12 18:54:37 -05:00
sasha@mysql.sashanet.com
16eb5e87a2
merge
2001-04-11 16:49:40 -06:00
sasha@mysql.sashanet.com
2392c3abd7
fixed bugs in the new stuff in rpl000001 test
...
start slave thread if master.info is present and server_id is set
updates for rpl000015 and rpl000016 to remove master.info to make sure
master info struct does not get auto-initialized
2001-04-11 16:29:15 -06:00
monty@donna.mysql.fi
53f518c42d
Fixed bug when using a key on a CHAR(255) NULL column
2001-04-12 00:56:55 +03:00
heikki@donna.mysql.fi
6fa6f331fe
os0file.c Change pwrite to os_file_pwrite to allow compilation if no pwrite
2001-04-11 21:47:51 +03:00
monty@donna.mysql.fi
dc933ad9d6
Merge work:/home/bk/mysql into donna.mysql.fi:/home/my/bk/mysql
2001-04-11 20:23:31 +03:00
sasha@mysql.sashanet.com
835cd51e20
Merge work:/home/bk/mysql
...
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2001-04-10 21:17:21 -06:00
jani@hynda.mysql.fi
ce6d6063ba
Fixed a bug in pager, + added a feature to it.
2001-04-11 06:17:20 +03:00
heikki@donna.mysql.fi
4709a1721a
srv0srv.h Merging work for 3.23.37
...
os0thread.c Set created thread priority to QUERY_PRIOR if specified
row0mysql.c Drop table removes locks on the table, error handling changed
row0ins.c Insert now always sets a shared lock on a duplicate or suspected duplicate record
lock0lock.h Can remove locks from a table to be dropped
lock0lock.c Can remove locks from a table to be dropped
srv0srv.c Try to do log flush every second
srv0start.c No need for a slash at the end of dir
trx0trx.h Added an IGNORE option field to trx handle
trx0trx.c Added an IGNORE option field to trx handle
ha_innobase.h Added last_query_id field to handle
ha_innobase.cc Fix drop table hang, roll-forward etc.
2001-04-10 21:58:07 +03:00
monty@donna.mysql.fi
81a4e10105
Merge work:/home/bk/mysql into donna.mysql.fi:/home/my/bk/mysql
2001-04-10 11:33:37 +03:00
sasha@mysql.sashanet.com
635ef42af9
added compile-pentium-gprof
...
ignore generated files from bdb
2001-04-09 13:08:35 -06:00
monty@donna.mysql.fi
7f21a7a6da
Fixed INSERT DELAYED with Innobase
...
Fix for shutdown on NT
Fixed bug when using wrong dates from blob field.
2001-04-09 21:08:56 +03:00
jani@janikt.pp.saunalahti.fi
3d19a5d4bb
Updated a link in the manual.
2001-04-09 12:11:44 +03:00
sasha@mysql.sashanet.com
c9cd6364e5
fixed Do-rpm to not omit frame pointer
2001-04-07 18:31:31 -06:00
heikki@donna.mysql.fi
ae05b07fb7
univ.i Prevent inlining of functions on HP-UX because GCC is broken there
...
configure.in Prevent inlining of functions on HP-UX because GCC is broken there
trx0trx.h Fix trx->error_info in MySQL debug version: Innobase and ha_innobase.cc saw a different size for pthread_mutex_t
trx0trx.c Fix trx->error_info in MySQL debug version: Innobase and ha_innobase.cc saw a different size for pthread_mutex_t
ha_innobase.cc Fix trx->error_info in MySQL debug version: Innobase and ha_innobase.cc saw a different size for pthread_mutex_t
2001-04-06 20:37:31 +03:00
jani@janikt.pp.saunalahti.fi
655688d829
Added --stdin option to mail_to_db.pl
2001-04-06 05:26:36 +03:00
tim@threads.polyesthetic.msg
6d1ebdd656
Merge
2001-04-05 15:25:39 -04:00
tim@threads.polyesthetic.msg
252ab34892
Clear up how ROUND() works (i.e., not the way you think).
2001-04-05 15:21:19 -04:00
jcole@abel.spaceapes.com
61f74f9956
manual merge
2001-04-04 23:19:27 -05:00
sasha@mysql.sashanet.com
b5c227304e
Merge work:/home/bk/mysql
...
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2001-04-04 12:46:05 -06:00
heikki@donna.mysql.fi
e6765fdcc8
sync0sync.c Fix the infinite spin on FreeBSD
...
os0thread.c Use pthread_yield instead of os_thread_sleep(0)
2001-04-04 16:30:46 +03:00
sasha@mysql.sashanet.com
b1bfac4748
Merge mysql.sashanet.com:/home/sasha/src/bk/mysql
...
into mysql.sashanet.com:/home/sasha/src/bk/mysql-fast
2001-04-02 19:02:47 -06:00
monty@donna.mysql.fi
fcaa779e82
merge
2001-04-02 01:53:15 +03:00
jcole@abel.spaceapes.com
f661935c24
Lots of corrections and cleanups to manual.texi.
2001-03-31 23:12:11 -06:00
mwagner@evoq.mwagner.org
398608eb2a
manual.texi Mirror maintenance.
2001-03-30 20:05:47 -06:00
jcole@abel.spaceapes.com
709501b9ce
Made the manual pretty in HTMLHELP format.
...
Reorganized and renamed the API chapter.
2001-03-30 16:26:51 -06:00
monty@donna.mysql.fi
899831d20d
Merge work:/home/bk/mysql into donna.mysql.fi:/home/my/bk/mysql
2001-03-28 04:18:43 +03:00
sasha@mysql.sashanet.com
620010abfc
Merge work:/home/bk/mysql
...
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2001-03-27 10:24:44 -07:00
heikki@donna.mysql.fi
d1c10d6445
Merge heikki@work.mysql.com:/home/bk/mysql
...
into donna.mysql.fi:/home/heikki/mysqlt
2001-03-27 19:50:42 +03:00
ccarkner@nslinuxw10.bedford.progress.com
d270ccd737
Created an isolation test for testing isolation levels.
2001-03-27 09:56:45 -05:00
monty@donna.mysql.fi
700dd225ad
Removed select.res file
2001-03-26 13:31:59 +03:00
serg@serg.mysql.com
faa63c5013
Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql
2001-03-24 16:21:41 +01:00
sasha@mysql.sashanet.com
b54cbeac05
fixes to get flush test to work only to discover another bug in flush
...
tables - read comments below
2001-03-23 19:59:30 -07:00
mwagner@evoq.mwagner.org
5d8c6b5fd2
manual.texi Mirror listing maintenance.
2001-03-23 14:13:39 -06:00