Sinisa@sinisa.nasamreza.org
44390c8cb6
A feature of doing automatick result buffering when INSERT is
...
done from the select containing a table to be inserted to.
2003-01-28 18:55:52 +02:00
Sinisa@sinisa.nasamreza.org
d54d67b5d8
Merge sinisa@work.mysql.com:/home/bk/mysql-5.0
...
into sinisa.nasamreza.org:/mnt/work/petica
2003-01-28 14:44:13 +02:00
pem@mysql.com
a1d21d892e
Added check for selects without into in SPs, and updated error messages and tests
...
accordingly.
2003-01-23 14:00:32 +01:00
vva@eagle.mysql.r18.ru
1fd4866322
solve the lex conflict between the existing repeat() function
...
and repeat SP-construction
2003-01-23 17:00:31 +04:00
Sinisa@sinisa.nasamreza.org
de135f50b8
Changing some proc names to a more suitable one.
2003-01-20 15:38:35 +02:00
Sinisa@sinisa.nasamreza.org
e6b8fa5707
SELECT ... INTO local_vars ...;
...
For Stored Procedures
2003-01-18 18:21:13 +02:00
pem@mysql.com
4b0adb203b
Added the Stored Procedure tests.
...
Removed newly added, but now redundant, test file.
2003-01-17 14:38:05 +01:00
gluh@gluh.mysql.r18.ru
d9fc84f681
Merge sgluhov@work.mysql.com:/home/bk/mysql-5.0
...
into gluh.mysql.r18.ru:/home/gluh/mysql-5.0
2003-01-17 15:01:16 +04:00
gluh@gluh.mysql.r18.ru
bdac148469
Make the CLI client (client/mysql.cc) work with multi-line SPs.
...
Make the mysqltest program (client/mysqltest.c) work with multi-line SPs.
2003-01-17 14:48:58 +04:00
pem@mysql.com
0f9e2c36c3
Fixed some error handling in the SP parts of the parser.
2003-01-15 18:06:07 +01:00
pem@mysql.com
b863798a7c
Fixed some basic error handling for SP functions in mysql_execute_command().
2003-01-15 15:39:36 +01:00
pem@mysql.com
d0bcc9dc0f
Removed dummy SPSET construct.
...
Setting of SP local variables is now part of the existing SET syntax.
Note: This has the result that a somewhat extended syntax (from SQL-99)
is allowed. We allow a list of settings ("SET a=1, b=2, ...;"), where the
different variables can be of different types (SP local, system or user (@)).
This also means that certain optional modifiers, such as GLOBAL, are allowed
when setting an SP local variable, but then has no meaning and is ignored.
2003-01-10 17:14:26 +01:00
pem@mysql.com
b88ef16656
Post-merge fix.
2003-01-09 18:30:58 +01:00
pem@mysql.com
1604bea5b7
Merge
2003-01-09 17:56:57 +01:00
bar@bar.mysql.r18.ru
af76ac08fd
.del-koi8_u.xml~ec104975f7e009bf:
...
Delete: sql/share/charsets/koi8_u.xml
.del-koi8_r.xml~f95ebf1fb19f94cf:
Delete: sql/share/charsets/koi8_r.xml
2003-01-09 17:41:25 +04:00
bar@bar.mysql.r18.ru
8b2b69c8eb
euc_kr, koi8_r and koi8_u have been renamed so that now
...
all charset names don't have "_" sign.
2003-01-09 17:39:02 +04:00
bar@bar.mysql.r18.ru
38dcf18634
koi8u.xml, koi8r.xml:
...
new file
2003-01-09 17:27:13 +04:00
bar@bar.mysql.r18.ru
88e9a0bf2b
do not call get_charset_by_name() with string "DEFAULT"
2003-01-09 16:38:23 +04:00
bar@bar.mysql.r18.ru
a89df5a096
Separating CHARSET and COLLATION terms
2003-01-09 15:37:59 +04:00
ram@mysql.r18.ru
4df915a7b5
fixed order_by test to make it repeatable
2003-01-09 14:35:01 +04:00
heikki@hundin.mysql.fi
091bc7f56a
buf0buf.c:
...
Add a sanity check awe mem >= buf pool size
2003-01-09 00:29:49 +02:00
heikki@hundin.mysql.fi
d5a1ddd46e
os0proc.c:
...
Fix typos
2003-01-09 00:13:47 +02:00
heikki@hundin.mysql.fi
be03863425
srv0srv.c, mem0pool.c, mem0pool.h, buf0buf.h, buf0buf.c:
...
Make smaller buffer headers and the lock table; fix AWE high_end bug
2003-01-09 00:10:36 +02:00
hf@deer.mysql.r18.ru
5a107871c3
Merge abotchkov@work.mysql.com:/home/bk/mysql-4.1
...
into deer.mysql.r18.ru:/home/hf/work/mysql-4.1.clean
2003-01-08 19:43:58 +04:00
hf@deer.mysql.r18.ru
bd5fa8d60e
Fix for the bug about point(subselect(...))
2003-01-08 19:42:31 +04:00
bar@bar.mysql.r18.ru
a05b6e2456
Merge abarkov@work.mysql.com:/home/bk/mysql-4.1
...
into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1
2003-01-08 16:42:04 +04:00
bar@bar.mysql.r18.ru
952cb9b49a
Renamed to look in common style
2003-01-08 16:29:31 +04:00
ram@mysql.r18.ru
3fbd8410fd
Merge rkalimullin@work.mysql.com:/home/bk/mysql-4.1
...
into mysql.r18.ru:/usr/home/ram/work/mysql-4.1
2003-01-08 16:26:19 +04:00
ram@mysql.r18.ru
0e76a4a6bf
fix for readline building
2003-01-08 16:25:42 +04:00
bar@bar.mysql.r18.ru
ea4621e5cd
charset.c:
...
find only primary collations
2003-01-08 15:43:03 +04:00
bar@bar.mysql.r18.ru
9a99ac89e5
New function to search for charset using charset name rather than collation name
2003-01-08 15:39:15 +04:00
bar@bar.mysql.r18.ru
ba8a9d4187
Merge abarkov@work.mysql.com:/home/bk/mysql-4.1
...
into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1
2003-01-08 13:41:03 +04:00
bar@bar.mysql.r18.ru
7e13f78acf
COLLATE is field attribute not field type
2003-01-08 13:38:11 +04:00
ram@mysql.r18.ru
c1842a98b2
resolving type conflict of BC and UP variables on FreeBSD
2003-01-08 12:48:49 +04:00
ram@mysql.r18.ru
30e15bbb6c
Merge rkalimullin@work.mysql.com:/home/bk/mysql-4.1
...
into mysql.r18.ru:/usr/home/ram/work/mysql-4.1
2003-01-08 11:53:09 +04:00
monty@mashka.mysql.fi
446a6b934f
Enchanced my_once..() functions.
...
Cleaned up charset.c
Removed non fatal memory leak in charset.c
2003-01-07 23:32:25 +02:00
monty@mashka.mysql.fi
6b93702854
Merge work:/home/bk/mysql-4.1 into mashka.mysql.fi:/home/my/mysql-4.1
2003-01-07 11:45:50 +02:00
monty@mashka.mysql.fi
22aaac013b
Fixed that derived tables are properly droped
2003-01-07 11:45:06 +02:00
bar@bar.mysql.r18.ru
cec5601e52
charset.c:
...
memory leak fix
I will move my_once_strdup to my_alloc.c later.
2003-01-07 12:30:54 +04:00
bar@bar.mysql.r18.ru
0002525520
Merge abarkov@work.mysql.com:/home/bk/mysql-4.1
...
into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1
2003-01-07 11:39:29 +04:00
heikki@hundin.mysql.fi
b1b47e93b1
buf0buf.c, buf0buf.ic, buf0buf.h:
...
Reduce memory usage of the buffer headers
Many files:
Merge InnoDB-4.1 with AWE support
2003-01-06 22:07:25 +02:00
monty@mashka.mysql.fi
edb019aeaf
Updated test results
2003-01-06 11:44:18 +02:00
ram@mysql.r18.ru
aa946a84ff
Merge rkalimullin@work.mysql.com:/home/bk/mysql-4.1
...
into mysql.r18.ru:/usr/home/ram/work/mysql-4.1
2003-01-06 13:13:57 +04:00
monty@mashka.mysql.fi
6be1b941bc
merge
2003-01-06 02:46:36 +02:00
monty@mashka.mysql.fi
fb1665200f
merge post fix
2003-01-06 02:41:53 +02:00
monty@mashka.mysql.fi
803dff1002
Merge with 4.0.8
2003-01-06 02:04:52 +02:00
monty@mashka.mysql.fi
1f6ecc0cd3
Changed mysql-test to print warnings for not existing table to DROP TABLE
...
Cleaned up test; Removed wrong DROP TABLE commands and use standard table and database names.
changed store_warning() -> push_warning_print()
2003-01-06 01:48:59 +02:00
monty@mashka.mysql.fi
9ecf9645eb
A lot of portability fixes.
...
Added rename table for BDB. This fixes a bug in ALTER TABLE with BDB tables.
2003-01-05 20:18:49 +02:00
bar@bar.mysql.r18.ru
2c374be471
Index.xml:
...
fixes
2003-01-05 18:18:45 +04:00
bar@bar.mysql.r18.ru
5a82fcc5e4
Index.xml:
...
typo fix
2003-01-05 17:57:23 +04:00