ranger@regul.home.lan
8a46cc3868
- Fix handling of suffix option
...
- Replace function 'check_reserved_words' with correct one
2002-12-12 11:06:55 +02:00
heikki@hundin.mysql.fi
1b02928216
log.cc:
...
We must not commit inside InnoDB when LOAD DATA INFILE just writes a block to the binlog; only commit if the log event type is QUERY_EVENT or EXECUTE_LOAD_EVENT
2002-12-11 21:24:28 +02:00
monty@mashka.mysql.fi
af1344633f
Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0
2002-12-11 21:24:27 +02:00
monty@mashka.mysql.fi
e7164aba7e
Add CHARSET keyword (missing from last push)
2002-12-11 21:22:57 +02:00
lenz@mysql.com
2423780823
- moved manual pages from "man" to "man/man1" for the binary distribution
2002-12-11 19:37:09 +01:00
lenz@mysql.com
cff75b89c0
Merge mysql.com:/space/my/mysql-4.0
...
into mysql.com:/space/my/mysql-4.0-build
2002-12-11 16:34:09 +01:00
monty@mashka.mysql.fi
5022e56cba
Ensure that BEGIN / COMMIT is handled properly if slave dies
...
Added syntax support for
CREATE TABLE foo (a char CHARACTER SET latin1) CHARSET=latin1;
2002-12-11 15:46:39 +02:00
monty@mashka.mysql.fi
146814f2ea
Merge with 3.23
2002-12-11 13:32:31 +02:00
monty@mashka.mysql.fi
53ac261312
Added back -max to server name if we are using InnoDB.
2002-12-11 12:59:55 +02:00
monty@mashka.mysql.fi
b737eb89a7
Merge work:/home/bk/mysql into mashka.mysql.fi:/home/my/mysql-3.23
2002-12-11 12:44:50 +02:00
monty@mashka.mysql.fi
c1b233ec55
Fixed rare bug in show processlist which could cause core dump if a new thread was connecting.
2002-12-11 12:44:17 +02:00
serg@serg.mysql.com
215df4fc23
Merge work:/home/bk/mysql-4.0
...
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
2002-12-10 21:38:30 +01:00
serg@serg.mysql.com
7f7dc20e54
order_by.result, key_diff.result:
...
updated
2002-12-10 21:38:00 +01:00
walrus@mysql.com
f8f277a57b
Merge akishkin@work.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/home/walrus/bk/40.ibase
2002-12-10 19:13:31 +05:00
walrus@kishkin.ru
72492514d8
SCRUM task - cleanup interbase section in the server-cfg
2002-12-10 19:09:56 +05:00
walrus@kishkin.ru
24bbcd92bc
merge Ranger's patches to crash-me, add new tests ( DEFAULT VALUES )
...
to crash-me
2002-12-10 18:40:38 +05:00
lenz@mysql.com
059b0017dc
- make sure to replace HOSTNAME in mysql.server when packing up the binary
...
distribution (this will still be broken for 3.23.54)
- make sure that mysql.server in the binary distribution is executable, too
2002-12-10 14:25:23 +01:00
miguel@hegel.br
c5e18e6ad2
Update Windows binaries prefix according MySQL Pro release package
2002-12-10 04:17:31 -04:00
serg@serg.mysql.com
9a3f3a124d
incorrect bugfix removed. EQ+BETWEEN still cannot be optimized :(
2002-12-10 00:07:25 +01:00
serg@serg.mysql.com
94cb1daa52
ANALYZE for MERGE
2002-12-10 00:06:05 +01:00
serg@serg.mysql.com
b42eff16cb
bulk insert code optimized
2002-12-07 22:40:20 +01:00
monty@mashka.mysql.fi
5ed24772e1
Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0
2002-12-06 22:50:50 +02:00
monty@mashka.mysql.fi
9613e5c2ae
Don't initialize fulltext functions twice in multi-table-update
2002-12-06 22:49:16 +02:00
lenz@mysql.com
9bcc70df35
Merge mysql.com:/space/my/mysql-4.0
...
into mysql.com:/space/my/mysql-4.0-build
2002-12-05 22:05:31 +01:00
serg@serg.mysql.com
fc076abe85
Merge work:/home/bk/mysql-4.0
...
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
2002-12-05 21:38:55 +01:00
serg@serg.mysql.com
09ed694094
current_user() to return priv_user
2002-12-05 21:38:27 +01:00
heikki@hundin.mysql.fi
fdcb314fc6
row0mysql.c:
...
Heikki will merge to 4.0: cleanup
2002-12-05 22:09:51 +02:00
heikki@hundin.mysql.fi
5c3c4d3721
row0mysql.c, dict0dict.c, db0err.h, ha_innobase.cc:
...
Heikki will merge to 4.0: Prevent listing the same column twice in an InnoDB index: that will cause index corruption when that col is UPDATEd
2002-12-05 22:03:24 +02:00
monty@mashka.mysql.fi
496a0e1630
Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0
2002-12-05 16:39:16 +02:00
monty@mashka.mysql.fi
7d681c4449
Copy arguments given to mysql_server_init()
...
Made keybuff_size longlong (To make show variables work similar on 32
and 64 bit systems)
Fixed some 'not initalized variable errors' in multi-table-update.
Fixed memory leak in multi-table-update.
Now all tests works under valgrind without any errors.
2002-12-05 16:38:49 +02:00
lenz@mysql.com
192b37e339
Merge mysql.com:/space/my/mysql-4.0
...
into mysql.com:/space/my/mysql-4.0-build
2002-12-05 11:12:30 +01:00
monty@mashka.mysql.fi
2435dce96d
Merge with 3.23
2002-12-05 03:52:53 +02:00
monty@mashka.mysql.fi
fc06433a69
Removed copying of parameters as this leads to memory leaks in embedded server.
...
Fixed 'not initialized' memory error.
2002-12-05 03:40:33 +02:00
serg@serg.mysql.com
7b58a93a99
Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql
2002-12-05 02:02:44 +01:00
serg@serg.mysql.com
f7bec0d8f3
Merge work:/home/bk/mysql-4.0
...
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
2002-12-05 01:47:10 +01:00
serg@serg.mysql.com
eb37c17d34
better fix for read_rows, same for read_one_row
2002-12-05 01:01:38 +01:00
serg@serg.mysql.com
a8476407a5
.del-errmsg.c~444b5d4031149217:
...
Delete: client/errmsg.c
2002-12-05 00:33:18 +01:00
walrus@mysql.com
d7f69e6c3c
Merge akishkin@work.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/home/walrus/bk/40
2002-12-05 01:05:04 +05:00
Sinisa@sinisa.nasamreza.org
82a9669267
a test case for double free'ing of pointer in alter table ...
2002-12-04 21:50:59 +02:00
Sinisa@sinisa.nasamreza.org
5331a7ef8e
some code cleanup
2002-12-04 21:39:15 +02:00
walrus@mysql.com
c12892fb93
Remove useless field conversation
2002-12-05 00:13:45 +05:00
Sinisa@sinisa.nasamreza.org
be6b50e152
Merge sinisa@work.mysql.com:/home/bk/mysql
...
into sinisa.nasamreza.org:/mnt/work/mysql
2002-12-04 20:52:42 +02:00
Sinisa@sinisa.nasamreza.org
d527bfbd59
A fix for double free'd pointer bug ...
2002-12-04 20:51:18 +02:00
lenz@mysql.com
0db5f142dd
- portability patch to work around bugs in the HP compiler's "inline"
...
handling (backport from 4.0 tree)
2002-12-04 19:16:45 +01:00
serg@serg.mysql.com
6613a73272
Merge work:/home/bk/mysql-4.0
...
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
2002-12-04 17:38:12 +01:00
serg@serg.mysql.com
44db958ba2
new client error added: CR_MALFORMED_PACKET
2002-12-04 17:37:51 +01:00
monty@mashka.mysql.fi
7d41cd44c6
Merge with 3.23
...
(Fixed problem with autoconf 2.53 on Solaris)
2002-12-04 17:40:37 +02:00
lenz@mysql.com
8ea508c178
Merge mysql.com:/space/my/mysql-3.23
...
into mysql.com:/space/my/mysql-3.23-build
2002-12-04 16:16:38 +01:00
lenz@mysql.com
1935183975
- Portability fixes for HP compiler on HPUX11 (backport from 4.0 tree)
...
- sql_analyse.cc: Fixed bug in decimal handling
2002-12-04 16:16:06 +01:00
lenz@mysql.com
46b51b9143
Merge lgrimmer@work.mysql.com:/home/bk/mysql
...
into mysql.com:/space/my/mysql-3.23
2002-12-04 16:09:41 +01:00