Commit graph

2565 commits

Author SHA1 Message Date
lenz@mysql.com
08d2ea525e - Fix for Do-compile: Enable InnoDB to autoextend the table space if
necessary (required to actually pass the sql-bench without aborting
   with "table space full")
2002-10-23 21:29:01 +02:00
lenz@mysql.com
5459505bba - added "darwin" to the list of systems that are known to support the
-p option for cp and the -r option for scp (thank to Paul DuBois for
   the patch)
 - fixed a typo
2002-10-21 14:51:57 +02:00
bk@admin.bk
ca08ed522c BK automatic LOD removal. 2002-10-20 21:43:24 +02:00
monty@hundin.mysql.fi
beaedb77fa Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql 2002-10-20 09:05:53 +03:00
monty@hundin.mysql.fi
801eb82243 Fixed usage of putenv() on windows (in not normally used code) 2002-10-20 09:01:15 +03:00
lenz@mysql.com
689bf26c86 - fixed typo in scripts/mysql_convert_table_format.sh 2002-10-18 19:43:06 +02:00
lenz@mysql.com
f00f2a6515 - fixed typo in mysqld.cc: "agaist" -> "against" 2002-10-17 11:08:04 +02:00
miguel@hegel.br
927472d025 Added optional NT service and fix the TZ variable bug 2002-10-16 21:51:03 -02:00
monty@hundin.mysql.fi
87351da204 Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql 2002-10-16 10:39:02 +03:00
monty@hundin.mysql.fi
b4343ba939 Fixed bug in LEFT JOIN ... WHERE not_null_key_column=NULL; 2002-10-16 10:32:45 +03:00
heikki@hundin.mysql.fi
31b69aff28 btr0cur.c:
Fix typo in earlier commit
2002-10-16 00:05:15 +03:00
heikki@hundin.mysql.fi
3652fe789b btr0cur.c:
Fix bug: range estimator exaggerated small range size greatly if the paths in the B-tree happened to branch on a high level
2002-10-16 00:05:14 +03:00
lenz@mysql.com
b2fb75b589 Merge lgrimmer@work.mysql.com:/home/bk/mysql
into mysql.com:/space/my/mysql-3.23
2002-10-15 23:05:13 +02:00
serg@serg.mysql.com
d4b6af08fc Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql 2002-10-15 21:05:12 +00:00
serg@serg.mysql.com
b99f88a97a -lpthread should be appended to LIBS 2002-10-15 21:03:41 +00:00
lenz@mysql.com
ab67c943a9 - fixed Do-compile to actually add InnoDB support when requested to do so 2002-10-15 21:28:38 +02:00
miguel@hegel.br
73506bb612 Added optional services 2002-10-15 02:04:43 -02:00
monty@hundin.mysql.fi
0b54a5c3fc Fix error handling in last patch (BLOB's in temporary tables) if
create_tmp_table fails.
2002-10-15 01:52:41 +03:00
monty@hundin.mysql.fi
302a43f095 Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql 2002-10-14 17:13:45 +03:00
monty@hundin.mysql.fi
68963e91b2 Fixed a bug in key optimizing handling where the expression
WHERE column_name = key_column_name was calculated as true
for NULL values.
2002-10-14 17:04:12 +03:00
monty@hundin.mysql.fi
00e86fb5cc Allocate HEAP blocks in smaller blocks to get better memory utilization and more speed when used with safemalloc.
Don't initalize memory areas when run with --skip-safemalloc.
2002-10-13 23:42:37 +03:00
lenz@mysql.com
b7a83743ff - fixed formatting in MySQLEULA.txt 2002-10-13 16:53:19 +02:00
lenz@mysql.com
d8f843a779 - Tagged ChangeSet 1.1224 as "mysql-3.23.53"
- bumped up version number to 3.23.54 in configure.in
 - replaced Docs/LICENSE with Docs/MySQLEULA.txt and modified
   scripts/make_binary_distribution.sh and Build-tools/mysql-copyright*
   accordingly.
2002-10-13 16:26:28 +02:00
monty@hundin.mysql.fi
9b1d5b6f5f Fixed bug where we could reference a freed tmp_table->table_name variable for some
GROUP BY ... ORDER BY queries.
2002-10-12 12:38:48 +03:00
heikki@hundin.mysql.fi
399ba21d85 os0thread.c:
Fix compilation error on HP-UX-11: pthread_t is a scalar there, not a struct like in HP-UX-10.20
2002-10-11 15:44:45 +03:00
serg@serg.mysql.com
c5c1a5fef3 libraries should be always prepended to $LIBS, never appended 2002-10-10 15:14:47 +00:00
lenz@mysql.com
023be8ac53 - added missing changelog entry to manual.texi 2002-10-09 22:16:40 +02:00
heikki@hundin.mysql.fi
95cecad7d8 ha_innobase.cc:
Fix bug: if skip-innodb was defined SHOW INNODB STATUS crashed
2002-10-09 19:52:34 +03:00
lenz@mysql.com
6851efff03 - Fixed typo in 3.23.53 changelog entry in manual.texi 2002-10-09 13:50:48 +02:00
monty@hundin.mysql.fi
adf7809c04 Fix for build problem on AIX 2002-10-09 13:04:03 +03:00
monty@hundin.mysql.fi
3403e77374 Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql 2002-10-09 12:06:19 +03:00
monty@hundin.mysql.fi
352fcd458f Fixed bug in LOCK TABLES on windows. 2002-10-09 12:05:22 +03:00
monty@mashka.mysql.fi
ee61ec0e63 Merge work:/my/mysql-3.23 into mashka.mysql.fi:/home/my/mysql-3.23 2002-10-08 18:00:08 +03:00
monty@mashka.mysql.fi
bae4af8a4f Fixed missing table_list->name -> table_list->alias convert 2002-10-08 17:58:43 +03:00
monty@hundin.mysql.fi
8af1c6f354 Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql 2002-10-08 16:41:50 +03:00
monty@hundin.mysql.fi
367e2d4396 Remove wrong clear of mysql_port when using --skip-show-databases 2002-10-08 16:40:50 +03:00
heikki@hundin.mysql.fi
2d148b977e ha_innobase.cc:
test
2002-10-08 15:17:41 +03:00
arjen@fred.bitbike.com
1dc6183d50 Fixup. 2002-10-08 15:11:51 +10:00
arjen@fred.bitbike.com
378102fd76 3.23 Changelog cleanup (sync with 4.0/4.1) 2002-10-08 12:54:18 +10:00
nick@mysql.com
60e1175e0c touchup to last fix 2002-10-07 16:39:52 -06:00
nick@mysql.com
204335970b Merge mysql.com:/home/nick/mysql/repository/mysql-3.23
into mysql.com:/home/nick/mysql/mysql-3.23
2002-10-07 15:44:00 -06:00
nick@mysql.com
ec04d28468 fixed race that caused sig11s on simultaneous FLUSH LOGS
(possibly also fixes binlog filename corruption problems--hasn't
been reproduced since)
2002-10-07 15:42:10 -06:00
Sinisa@sinisa.nasamreza.org
690cba1a6f fix for a small typo in the last push 2002-10-07 15:07:45 +03:00
heikki@hundin.mysql.fi
32b25cbfce os0file.c:
SHOW INNODB STATUS always showed average bytes read as 0 in Unix
2002-10-06 14:53:49 +03:00
heikki@hundin.mysql.fi
cc1db6142f btr0cur.c:
Do not let range estimator to return over 1 / 2 of total rows in table; use longlong in range estimation
btr0cur.h, ha_innobase.cc:
  Use longlong in range estimation, in case there are > 4 billion rows
2002-10-05 22:23:51 +03:00
Sinisa@sinisa.nasamreza.org
a9c9856f26 Merge sinisa@work.mysql.com:/home/bk/mysql
into sinisa.nasamreza.org:/mnt/work/mysql
2002-10-05 16:00:56 +03:00
Sinisa@sinisa.nasamreza.org
57815006c7 Small fix in mysqld_safe for some shells 2002-10-05 15:57:18 +03:00
heikki@hundin.mysql.fi
9f9dc3adac lock0lock.c:
Fix bug: if SHOW INNODB STATUS or innodb_monitor printed several hundred transactions, the output was truncated and we forgot to release the kernel mutex
2002-10-03 23:07:32 +03:00
heikki@hundin.mysql.fi
cbd9978b3f ha_innobase.cc:
Remove unintentionally pushed assert
2002-10-03 19:48:24 +03:00
heikki@hundin.mysql.fi
00d94bed78 Merge heikki@work.mysql.com:/home/bk/mysql
into hundin.mysql.fi:/home/heikki/mysql
2002-10-03 19:48:23 +03:00