serg@serg.mysql.com
365dcfbbce
Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql
2002-09-23 14:39:16 +00:00
serg@serg.mysql.com
4850c94143
followup: s/st_table_list->name/st_table_list->alias/
2002-09-23 14:38:35 +00:00
lenz@mysql.com
bff474e2ac
- added missing line from the 4.0 configure.in patch
2002-09-23 14:06:48 +02:00
lenz@mysql.com
e5ee3122a3
- Bugfix for static glibc linking in configure.in (taken from 4.0)
2002-09-22 18:43:33 +02:00
monty@mashka.mysql.fi
c4302b0beb
Merge work:/my/mysql-3.23 into mashka.mysql.fi:/home/my/mysql-3.23
2002-09-22 10:01:22 +03:00
monty@mashka.mysql.fi
755d4952af
Change name -> alias in TABLE_LIST.
...
Added missing mutex-lock around critical section in GRANT handling.
2002-09-21 21:36:23 +03:00
lenz@mysql.com
aca781a1e2
- merge some of the 4.0 configure.in modifications (mainly because
...
of the static_nss stuff required for linking against the patched
glibc)
2002-09-20 14:45:28 +02:00
monty@mashka.mysql.fi
74744466b1
Fixed bug with BINARY NULL
2002-09-18 02:00:56 +03:00
monty@mashka.mysql.fi
ff993695a4
Fixed bug in ALTER TABLE and RENAME TABLE when running with lower-case-table-names.
2002-09-16 15:24:54 +03:00
monty@mashka.mysql.fi
087227a1c4
Merge work:/my/mysql-3.23 into mashka.mysql.fi:/home/my/mysql-3.23
2002-09-15 01:24:18 +03:00
monty@mashka.mysql.fi
344c24d390
Fixed core dump bug in ORDER BY ... LIMIT
2002-09-15 01:23:01 +03:00
heikki@hundin.mysql.fi
a7a24b8a9c
row0mysql.c:
...
Fix typos in previous push
2002-09-13 14:23:09 +03:00
heikki@hundin.mysql.fi
69f571db0c
row0mysql.c:
...
Allow CREATE TABLE and DROP TABLE even if innodb_force_recovery is used, the user can drop a problematic table
2002-09-13 13:55:25 +03:00
heikki@hundin.mysql.fi
db8f4fd3d2
srv0srv.c, srv0srv.h:
...
Change srv_flush_log_at_trx_commit to ulint, note that ibool is defined as ulint, so this is purely formal change
os0file.c:
Start using unbuffered i/o again in Windows because sequential read using normal i/o was 4 times slower in XP
2002-09-11 16:07:52 +03:00
monty@mashka.mysql.fi
75a39efa41
Fixed changelog
2002-09-10 20:56:38 +03:00
heikki@hundin.mysql.fi
e63f6cd2c5
ha_innobase.cc:
...
Cleanup after last push
2002-09-10 14:31:46 +03:00
heikki@hundin.mysql.fi
48063238e2
mysqld.cc:
...
update help innobase_flush_log_at_trx_commitcan have vals 0, 1, 2
ha_innobase.h, ha_innobase.cc:
make innobase_flush_log_at_trx_commit a long, like other params
2002-09-10 14:23:46 +03:00
heikki@hundin.mysql.fi
a9391f3cb5
os0file.c:
...
Fix a typo: should be buf_page_print
2002-09-10 13:06:14 +03:00
heikki@hundin.mysql.fi
44a43fce68
ha_innobase.cc, ha_innobase.h:
...
innodb_flush_log_at_trx_commit can have values 0, 1, 2 starting from 3.23.52
2002-09-10 00:52:26 +03:00
heikki@hundin.mysql.fi
8192d040c2
trx0undo.c:
...
Remove an assertion in trx0undo.c which could erroneously fail when we ran out of tablespace
2002-09-09 02:12:57 +03:00
heikki@hundin.mysql.fi
51f83ae199
sync0arr.c:
...
Increase max latch wait time to 600 seconds before we assert
2002-09-08 03:04:39 +03:00
heikki@hundin.mysql.fi
deedcb3a72
btr0cur.c:
...
Remove long latch hold which happened if we scanned long an index without finding any record visible to the current consistent read
2002-09-08 03:01:53 +03:00
heikki@hundin.mysql.fi
6cc7c5984b
os0sync.c:
...
Add diagnostics to track why a semaphore creation failed on Windows ME
2002-09-08 00:21:13 +03:00
heikki@hundin.mysql.fi
d7bf8c2e6e
srv0srv.c:
...
The option (= default) innodb_fast_shutdown did not always make the shutdown quickly, fix that
2002-09-07 23:37:27 +03:00
lenz@mysql.com
40718fe564
- Reworked/Cleaned up Build-tools/Do-compile to be more flexible and
...
better documented
2002-09-04 14:05:24 +02:00
monty@mashka.mysql.fi
fee5128d25
Merge
2002-09-03 16:48:37 +03:00
monty@mashka.mysql.fi
ca3cecf872
Fixed bug introduces by last changeset
...
(Fixing of problem with ALTER TABLE on BDB tables)
2002-09-03 16:28:01 +03:00
monty@mashka.mysql.fi
20680f895e
Check if AND/OR expression can be NULL
...
Better fix for ALTER TABLE on BDB tables
(Both of the above fixes are already in 4.0)
2002-09-03 15:53:07 +03:00
serg@serg.mysql.com
27390a8d81
LOCK+modify+OPTIMIZE bugfix
2002-08-31 23:18:08 +00:00
monty@mashka.mysql.fi
184ef91d4c
Merge
2002-08-31 14:41:56 +03:00
lenz@mysql.com
b17eea5505
- Applied many modifications to Build-tools/Do-compile made in the 4.0 tree
2002-08-29 14:17:52 +02:00
paul@teton.kitebird.com
0970e25d26
manual.texi minor fix to 3.23.53 change note
2002-08-28 10:00:48 -05:00
Sinisa@sinisa.nasamreza.org
69a9a39dee
Merge sinisa@work.mysql.com:/home/bk/mysql
...
into sinisa.nasamreza.org:/mnt/work/mysql
2002-08-28 16:44:32 +03:00
Sinisa@sinisa.nasamreza.org
54594ebca1
Little but nasty bug with BDB and alter table
2002-08-28 16:41:23 +03:00
heikki@hundin.mysql.fi
42d46eb9ee
os0file.c:
...
Put 'last millisecond' test to make sure page checksum errors do not result from memory corruption in InnoDB
os0thread.c, configure.in:
Make sure stack size in InnoDB threads in AIX is at least 32 kB
2002-08-25 10:26:40 +03:00
heikki@hundin.mysql.fi
8b637ac406
lexyy.c, pars0grm.c, pars0lex.l, pars0grm.y:
...
Remove potential memory leak caused by redefined alloca, remove include of unistd.h to allow compilation on Windows
2002-08-24 01:07:50 +03:00
monty@mashka.mysql.fi
b8bf46ca9b
Added testing of temporary tables with replication
2002-08-23 21:41:27 +03:00
heikki@hundin.mysql.fi
df5d7a5b91
row0mysql.c, ha_innobase.cc:
...
Improved error message for out-of-sync frm files
2002-08-23 10:52:24 +03:00
monty@hundin.mysql.fi
fb3f13aa48
Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql
2002-08-23 10:34:20 +03:00
monty@hundin.mysql.fi
3ee79d3a50
Fixed bug in mysqld when using configure --localstatedir
2002-08-23 10:33:18 +03:00
heikki@hundin.mysql.fi
4bdaf9c2c9
pars0grm.h, pars0grm.c, lexyy.c:
...
The lexer of InnoDB to 8-bit, it was 7-bit which made it crash on table names containing char codes > 127
pars0lex.l, pars0grm.y:
Add InnoDB internal SQL interpreter grammar and lexer sources
2002-08-22 13:33:45 +03:00
monty@hundin.mysql.fi
48e20a0be2
Portability fixes for HPUX and Openbsd
2002-08-18 16:07:19 +03:00
monty@hundin.mysql.fi
65334e1c58
Fix for HPUX 11 and pthread_mutex_lock
2002-08-16 16:50:57 +03:00
monty@hundin.mysql.fi
b8e611b464
Fix after merge
2002-08-16 13:36:13 +03:00
monty@hundin.mysql.fi
0bb3a632a0
merged changelog
2002-08-16 12:58:02 +03:00
monty@hundin.mysql.fi
a0e9e22320
Fixed typo so that ulonglong are properly converted to double on AIX with gcc 3.1
2002-08-16 12:50:21 +03:00
lenz@mysql.com
f321098ad2
- Tagged 3.23.52 release
...
- Added 3.23.53 News section to the manual
- Updated version number in configure.in to 3.23.53
2002-08-16 11:04:50 +02:00
miguel@hegel.local
9af314538e
Added the last VC++ workspace and project files
2002-08-15 18:42:17 -03:00
heikki@hundin.mysql.fi
89f696cb1c
Many files:
...
Add multithreaded stress tests for InnoDB
new file
2002-08-15 22:22:56 +03:00
heikki@hundin.mysql.fi
dea34642bd
my_pthread.c:
...
In HP-UX-10.20 my_pthread_mutex_trylock erroneously returned 0 also in the case where the mutex was not acquired
2002-08-14 00:41:33 +03:00