monty@mashka.mysql.fi
7726d4b5ac
Added testing of glibc compiled with static nss (as on the MySQL build machine)
2002-09-20 14:42:47 +03:00
monty@mashka.mysql.fi
cb8580a2cd
Changed table_list->name -> table_list->alias to find places where we where using alias instead of table_name.
...
This should fix some issues where --lower-case-table-names doesn't work properly under windows.
2002-09-20 14:05:18 +03:00
heikki@hundin.mysql.fi
2e0bffb9af
srv0srv.c:
...
Fix typo
2002-09-20 05:50:25 +03:00
heikki@hundin.mysql.fi
f8d44429c5
srv0srv.h, srv0srv.c, row0mysql.c:
...
Put back a change unintentionally removed in the last 2 pushes
2002-09-20 05:44:41 +03:00
heikki@hundin.mysql.fi
55807d9553
trx0trx.ic, trx0trx.h, srv0srv.h, row0sel.h, dict0mem.h:
...
Modifications for query cache + trxs, fix of q.c.+ foreign keys
2002-09-20 05:18:55 +03:00
heikki@hundin.mysql.fi
9e493e91e9
Many files:
...
Modifications for query cache + trxs, fix of q.c.+ foreign keys
os0file.c:
Use unbuffered i/o in Windows
2002-09-20 05:11:08 +03:00
bell@sanja.is.com.ua
a30d0261ae
Merge abelkin@work.mysql.com:/home/bk/mysql-4.0
...
into sanja.is.com.ua:/home/bell/mysql/mysql-4.0
2002-09-19 20:14:00 +03:00
bell@sanja.is.com.ua
ecc9832c71
fixed typo
2002-09-19 20:10:06 +03:00
monty@mashka.mysql.fi
76d7ab0ad2
Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0
2002-09-19 18:46:35 +03:00
monty@mashka.mysql.fi
d2b0773244
Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0
2002-09-19 18:03:48 +03:00
monty@mashka.mysql.fi
ce4b584a85
Increased max possible max_allowed_packet to 1G
...
Small optimization to not do external locking of temporary MyISAM tables.
2002-09-19 17:49:41 +03:00
bell@sanja.is.com.ua
96ebe3816f
new function for innodb
...
windows case insensitive tables name work around
2002-09-19 10:36:19 +03:00
paul@teton.kitebird.com
c44c70fcfe
manual.texi fix X'...' example to return correct result type
2002-09-18 16:39:26 -05:00
monty@mashka.mysql.fi
f638ee6df9
Added code to flush a bulk_insert index.
...
This fixes a bug when doing multi-row inserts on table with an auto_increment key that is not in the first key segment.
2002-09-18 21:04:49 +03:00
paul@teton.kitebird.com
d44e1e6830
Merge paul@work.mysql.com:/home/bk/mysql-4.0
...
into teton.kitebird.com:/home/paul/mysql-4.0
2002-09-18 10:37:59 -05:00
paul@teton.kitebird.com
9ab6c6ac2a
manual.texi minor fixes
2002-09-18 10:35:29 -05:00
monty@mashka.mysql.fi
dfd0f82b93
Update mysql-test results after merge
2002-09-18 02:21:29 +03:00
monty@mashka.mysql.fi
70b1d53883
merge with 3.23.53 (only code cleanup and new test case)
2002-09-18 02:04:56 +03:00
monty@mashka.mysql.fi
74744466b1
Fixed bug with BINARY NULL
2002-09-18 02:00:56 +03:00
monty@mashka.mysql.fi
f42a28e252
Merge
2002-09-18 00:44:58 +03:00
monty@mashka.mysql.fi
7f55d92637
fixed so that --ssl and --skip-ssl works with the MySQL clients.
...
Fixed core dump bug when sending wrong string to AES_DECRYPT()
2002-09-17 23:46:53 +03:00
serg@sergbook.mysql.com
aabcc1f634
Merge
2002-09-17 21:09:39 +02:00
serg@sergbook.mysql.com
7118d006b4
ft-boolean + ORDER BY (ftb tree reusing) bug
2002-09-17 21:04:10 +02:00
serg@sergbook.mysql.com
1ec47f10cc
comment corrected
2002-09-17 20:37:26 +02:00
monty@mashka.mysql.fi
3bb2660d10
Merge with 3.23.53
2002-09-17 05:17:32 +03:00
monty@mashka.mysql.fi
c7b6854f70
Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0
2002-09-16 15:56:55 +03:00
monty@mashka.mysql.fi
c85c33a5c1
Added CREATE TEMPORARY TABLES and LOCK TABLES to db and host tables
...
Fixed bug in SELECT ... ORDER BY ... LIMIT
Fixed bug in ALTER TABLE and RENAME TABLE with --lower-case-table-names
Fixed hang when using --with-openssl
2002-09-16 15:55:19 +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
peter@mysql.com
db5f22c2d2
Merge mysql.com:/home/pz/mysql/mysql-4.0-root
...
into mysql.com:/home/pz/mysql/mysql-4.0
2002-09-16 00:06:24 +04:00
paul@teton.kitebird.com
69b0b2903a
manual.texi clarify that FULLTEXT is for MyISAM tables.
2002-09-15 12:10:33 -05:00
heikki@hundin.mysql.fi
31d1f79df5
Merge heikki@work.mysql.com:/home/bk/mysql-4.0
...
into hundin.mysql.fi:/home/heikki/mysql-4.0
2002-09-15 02:24:42 +03:00
heikki@hundin.mysql.fi
34fe09f08f
ha_innodb.h, ha_innodb.cc:
...
Reverted the change which allowed use of HA_READ_PREFIX_LAST in InnoDB
2002-09-15 02:23:53 +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
peter@mysql.com
ca37537016
Fix MySQL Test so it will not depend on current host in log file naming.
2002-09-15 02:17:20 +04:00
peter@mysql.com
a8a7fc347b
Merge mysql.com:/home/pz/mysql/mysql-4.0-root
...
into mysql.com:/home/pz/mysql/mysql-4.0
2002-09-14 22:45:09 +04:00
jcole@mugatu.spaceapes.com
969c6b876e
mysqlbinlog.cc:
...
a few changes to test resolving
2002-09-14 11:26:40 -05:00
jcole@mugatu.spaceapes.com
1f1603ab4a
mysqlbinlog.cc:
...
fixed typo
2002-09-14 11:12:02 -05:00
heikki@hundin.mysql.fi
65297c9c51
ha_innodb.cc:
...
Add some comments
ha_innodb.h:
Remove the flag HA_NOT_READ_PREFIX_LAST from ha_innodb.h: InnoDB has supported this from the start, but not tested yet
2002-09-14 03:12:00 +03:00
paul@teton.kitebird.com
3763f8412f
manual.texi minor tweaks/fixups to charset section.
...
manual.texi minor fixups to mysql_real_connect() section.
2002-09-13 10:47:02 -05:00
bar@bar.mysql.r18.ru
cee9813f69
Fixed that CHARSET keyword could not be used as identifier
2002-09-13 18:35:29 +05: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
bar@bar.mysql.r18.ru
ad91c3b77d
Fixed that:
...
SELECT * FROM t WHERE (c COLLATE latin1) >'a'
might fail in some cases
2002-09-13 14:11:06 +05:00
monty@mashka.mysql.fi
3a03bb1d23
Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0
2002-09-13 01:09:50 +03:00
monty@mashka.mysql.fi
2f7f09822a
Added missing nodes to InnoDB section
2002-09-13 01:08:03 +03:00
bar@bar.mysql.r18.ru
d5d10b0db5
Now table and database inhirited a character set from a level above at CREATE time
...
Some optimization to reduce rules number in sql_yacc.yy
2002-09-12 19:36:22 +05:00
heikki@hundin.mysql.fi
87a43166c9
opt_range.cc:
...
Fix the crash in InnoDB when WHERE primarykey < x ORDER BY primarykey is used
2002-09-12 01:57:45 +03:00
paul@teton.kitebird.com
5fcc80ff98
manual.texi fix mangled sentence (pointed out by Egor).
2002-09-11 13:15:35 -05:00
paul@teton.kitebird.com
0375cbf6a7
manual.texi formatting cleanups.
2002-09-11 09:52:57 -05:00