serg@serg.mylan
1034677f94
XA (not completely polished out yet)
2005-01-16 13:16:23 +01:00
serg@serg.mylan
184cbf6d37
strings/decimal.c
...
test_d2b2d("123.4", 10, 2, "123.40");
2004-12-27 23:17:09 +01:00
heikki@hundin.mysql.fi
afc9c81292
rem0rec.ic:
...
Do not use short int in rem0rec.ic, since its size is not fixed in ANSI C; improve comments of the relative offset field in a record; use mach_read_from_2() to read the relative offset field to save CPU time, if the compiler does not optimize a more complex access function
2004-12-18 13:04:34 +02:00
gluh@gluh.mysql.r18.ru
bc7860c80c
Fix for bug #7213 : information_schema: redundant non-standard TABLE_NAMES table
2004-12-18 13:49:13 +03:00
gluh@gluh.mysql.r18.ru
bf0104045d
Fix for bug #7210 : information_schema: can't access when table-name = reserved word
2004-12-18 12:48:01 +03:00
petr@mysql.com
0cca540502
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/home/cps/mysql/trees/mysql-5.0
2004-12-18 03:53:43 +03:00
konstantin@mysql.com
7c369a240b
More work on truncations in libmysql: after-review fixes.
2004-12-18 03:42:28 +03:00
petr@mysql.com
299a2cbeb3
BUG#7384 IM fails to compile on Solaris.
...
Solaris doesn't define INADDR_NONE macro. This resulted in compilation
failure. (advanced fix)
2004-12-18 03:21:20 +03:00
marko@hundin.mysql.fi
a2c9c8eaa0
InnoDB: fix a compilation error due to missing typedef (Bug #7383 )
...
rem0rec.ic:
Replace (int16_t) with (signed short).
2004-12-18 00:19:00 +02:00
heikki@hundin.mysql.fi
113c0dc0fa
Merge heikki@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into hundin.mysql.fi:/home/heikki/mysql-5.0
2004-12-17 23:17:26 +02:00
konstantin@mysql.com
7055fc5122
Truncations patch: a post-review fix.
2004-12-18 00:17:25 +03:00
heikki@hundin.mysql.fi
dda8c10f1b
page0page.ic:
...
Move inline function page_is_cmp() before its use in page0page.ic; maybe this fixes a linking error reported by Lenz
2004-12-17 22:46:42 +02:00
lenz@mysql.com
0d831520cf
Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/space/my/mysql-5.0
2004-12-17 18:41:53 +01:00
lenz@mysql.com
88c40b0df9
Merge mysql.com:/space/my/mysql-5.0
...
into mysql.com:/space/my/mysql-5.0-build
2004-12-17 18:33:53 +01:00
konstantin@mysql.com
ad604b1811
Fixing compile-time failures in recently pushed code (aCC, Sun Studio)
...
(Bug#7381)
2004-12-17 20:22:13 +03:00
lenz@mysql.com
aedb38e81a
Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/space/my/mysql-5.0
2004-12-17 18:00:59 +01:00
lenz@mysql.com
750f3937d7
- typo fix
2004-12-17 18:00:05 +01:00
lenz@mysql.com
63534a3d98
- make sure to include sql/share/errmsg.txt into the source distribution
2004-12-17 17:46:46 +01:00
ram@gw.mysql.r18.ru
0effd2ce04
Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into gw.mysql.r18.ru:/usr/home/ram/work/5.0.bit.new
2004-12-17 18:58:44 +04:00
kaa@polly.local
4644e54f8f
Merge akopytov@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into polly.local:/home/kaa/src/mysql-5.0
2004-12-17 17:31:16 +03:00
ram@gw.mysql.r18.ru
0be6a5b995
Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into gw.mysql.r18.ru:/usr/home/ram/work/5.0.bit.new
2004-12-17 18:07:05 +04:00
ram@gw.mysql.r18.ru
92f89369ae
bit type
2004-12-17 18:06:05 +04:00
mleich@mysql.com
4f024d2388
The BIT patch by ramil causes that the old data type BIT is no
...
longer available for most storage engines.
Therefore column c18 BIT is switched TINYINT .
2004-12-17 14:27:39 +01:00
lenz@mysql.com
1bde3b170c
- added file innobase/include/trx0xa.h which was missing from the source
...
distribution when running "make dist"
2004-12-17 14:06:12 +01:00
petr@mysql.com
59e156baaa
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/home/cps/mysql/trees/mysql-5.0
2004-12-17 12:42:53 +03:00
petr@mysql.com
c7422f844b
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/home/cps/mysql/trees/mysql-5.0
2004-12-17 12:34:32 +03:00
dlenev@brandersnatch.localdomain
325ec86ea1
Fix of test-suite failures which popped up after addition of federated
...
storage engine.
2004-12-17 12:19:31 +03:00
petr@mysql.com
95c44eff18
Fix for pekka's IM compilation failure at ndb.mysql.com
2004-12-17 12:08:59 +03:00
patg@patrick-galbraiths-computer.local
dac98f9b45
WL# 2094 Federated Storage Handler, added fixes per suggestions by Bar and Antony
2004-12-16 19:08:32 -08:00
patg@patrick-galbraiths-computer.local
fe17793fdb
Merge pgalbraith@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into patrick-galbraiths-computer.local:/Users/patg/5.0-federated
2004-12-16 18:40:25 -08:00
brian@avenger.(none)
14a5f5ddda
Clean up from code review.
2004-12-16 16:27:52 -08:00
brian@avenger.(none)
3cf8548cd1
Merge
2004-12-16 15:44:46 -08:00
anjuta@arthur.local
e3534b3cf1
Merge anna@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into arthur.local:/my/mysql-5.0-clean
2004-12-16 22:17:21 +02:00
anjuta@arthur.local
44cfef92d1
Removed incorrect messages; fixed serbian messages.
2004-12-16 21:21:13 +02:00
timour@mysql.com
68c2309a66
Fix for BUG#7266.
2004-12-16 16:44:40 +02:00
jan@hundin.mysql.fi
56e4f4c433
Merge jlindstrom@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into hundin.mysql.fi:/home/jan/new/mysql-5.0
2004-12-16 16:44:39 +02:00
bar@mysql.com
f6b1f5dec1
errmsg.txt:
...
My attempt N3
2004-12-16 18:44:38 +04:00
ram@gw.mysql.r18.ru
cc36a33123
Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into gw.mysql.r18.ru:/usr/home/ram/work/5.0.b6843
2004-12-16 18:44:37 +04:00
gluh@gluh.mysql.r18.ru
6a4d28c096
Fix for bug#7211: information_schema: crash if bad view(after review)
2004-12-16 17:44:36 +03:00
ram@gw.mysql.r18.ru
ecd9203f1d
Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into gw.mysql.r18.ru:/usr/home/ram/work/5.0.b6843
2004-12-16 18:33:22 +04:00
gluh@gluh.mysql.r18.ru
4f9f136fb7
Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into gluh.mysql.r18.ru:/home/gluh/MySQL/mysql-5.0.n
2004-12-16 17:33:21 +03:00
gluh@gluh.mysql.r18.ru
ff4c8f8c86
Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into gluh.mysql.r18.ru:/home/gluh/MySQL/mysql-5.0.n
2004-12-16 16:36:15 +03:00
gluh@gluh.mysql.r18.ru
6372efa7da
Fix for bug#7212: information_schema: "Can't find file" errors if storage engine gone(after review)
2004-12-16 16:31:36 +03:00
ram@gw.mysql.r18.ru
f7fb35c518
A fix (Bug #6843 : Wrong function name crashes MySQL if mysql.proc table is missi
2004-12-16 16:29:47 +04:00
ingo@mysql.com
852dc6a7ff
Merge mysql.com:/home/mydev/mysql-5.0
...
into mysql.com:/home/mydev/mysql-5.0-wl2126
2004-12-16 12:45:05 +01:00
pem@mysql.comhem.se
e703659639
Changed C++-ism into C in client_test.c.
2004-12-16 12:10:27 +01:00
ingo@mysql.com
334df1aa44
Merge mysql.com:/home/mydev/mysql-5.0
...
into mysql.com:/home/mydev/mysql-5.0-wl2126
2004-12-16 11:43:45 +01:00
ingo@mysql.com
05d5360e7f
Enlarged group item key_length by a varstring length field.
...
Group item fields are implemented as varstrings nowadays.
Made init_connect.test robust against existing t1.
2004-12-16 11:41:52 +01:00
konstantin@mysql.com
3afd1939f7
Portability fix in libmysql (FreeBSD)
2004-12-16 12:43:02 +03:00
jan@hundin.mysql.fi
2f38a79ae7
Added support for a CREATE TABLE...AUTO_INCREMENT = x in InnoDB.
2004-12-16 08:34:03 +02:00