summaryrefslogtreecommitdiff
path: root/libmysqld/lib_sql.cc
Commit message (Collapse)AuthorAgeFilesLines
* Merged 4.1 -> 5.0pem@mysql.com2003-12-091-11/+19
|\
| * Portability fixes for Windowsmonty@mysql.com2003-12-081-11/+19
| |
* | Merging 4.1->5.0pem@mysql.com2003-10-221-2/+2
|\ \ | |/ |/|
| * Post-merge fixes.pem@mysql.telia.com2003-09-241-2/+2
| |
* | Fix for Windows bug reported throuhg Miguelhf@deer.(none)2003-10-211-5/+0
| |
* | Fix for #1447hf@deer.(none)2003-10-061-0/+5
| |
* | Fix for #1488hf@deer.(none)2003-10-061-0/+3
| |
* | Fix for #1487hf@deer.(none)2003-10-061-1/+4
| |
* | Fix for #1470hf@deer.(none)2003-10-061-0/+2
| |
* | Fix for bugs #1437, #1446hf@deer.(none)2003-10-041-1/+11
| |
* | Fix for #1430hf@deer.(none)2003-10-011-2/+8
| | | | | | | | there was an error about sendind prepared parameters to the server
* | fix for #1344hf@deer.(none)2003-09-291-2/+20
| | | | | | | | | | | | | | | | handling of init-file option added to embedded library main problem was killing of output (resulting recordsets etc) i added checks for empty output in Protocol:: methods better solution could be special Protocol_nul class to redirect results to nowhere
* | bugfix for #1375hf@deer.(none)2003-09-291-0/+2
| |
* | SCRUMhf@deer.(none)2003-09-291-11/+10
| | | | | | | | | | | | embedded library some fixes - cleanup procedure changed for embedded library - deletion of embedded mysql->thd
* | Mergehf@deer.(none)2003-09-261-37/+56
|\ \
| * | SCRUM:hf@deer.(none)2003-09-261-37/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | WL#604 Privileges in embedded library code added to check privileges in embedded library NO_EMBEDDED_ACCESS_CHECKS macros inserted in code so we can exclude access-checking parts. Actually we now can exclude these parts from standalone server as well. Do we need it? Access checks are disabled in embedded server by default. One should edit libmysqld/Makefile manually to get this working. We definitely need the separate configure for embedded server
* | | Bug fixedhf@deer.(none)2003-09-251-1/+1
| |/ |/| | | | | | | | | null_string wasn't known in libmysqld/lib_sql.cc, that caused compiler's error i put the declaration of the null_string in mysql_priv.h and renamed it to my_null_string to reduce the probability of name's intersections
* | SCRUMhf@deer.(none)2003-09-191-0/+10
| | | | | | | | | | embedded library missed memory freeing added
* | SCRUMhf@deer.(none)2003-09-191-4/+24
| | | | | | | | | | prepared statements in embedded library. some fixes after testing
* | SCRUMhf@deer.(none)2003-09-181-2/+2
|/ | | | | | | | | embedded library some dirty places cleaned: uint removed from mysql.h as Miguel suggested empty_string renamed as my_empty_string to get rid of name's intersections using embedded library
* SCRUMhf@deer.(none)2003-09-181-3/+10
| | | | prepared statements in embedded library
* SCRUM:hf@deer.(none)2003-09-171-11/+127
| | | | prepared statements in embedded library
* SCRUMhf@deer.(none)2003-09-171-2/+41
| | | | prepared statements in embedded library
* SCRUMhf@deer.(none)2003-09-161-44/+110
| | | | | | | | Prepared statements in embedded server Several changes in library code with two goals: to make mysql_prepare_stmt working in embedded server to get rid of #define mysql_interface_func mysql->methods->interface_func in user's interface
* Monty's merge bug fixedhf@deer.(none)2003-09-121-2/+3
|
* merge with 4.1 treemonty@mashka.mysql.fi2003-09-111-2/+2
|\
| * merge with 4.0.15monty@mashka.mysql.fi2003-09-111-3/+4
| |\
| | * Fix for #1210hf@deer.(none)2003-09-081-3/+4
| | | | | | | | | | | | i fixed this in 4.1 in slightly different way
* | | SCRUMhf@deer.(none)2003-09-111-1/+2
| | | | | | | | | | | | | | | | | | embedded&client library some fixes: zero at the end of the data added mysql_list_fields became 'virtual'
* | | SCRUM: embedde libraryhf@deer.(none)2003-09-101-0/+6
| | | | | | | | | | | | Minor fixes
* | | SCRUM: embedded libraryhf@deer.(none)2003-09-101-7/+6
| | | | | | | | | | | | | | | | | | mysql_fetch_length fixed for embedded library. Now data length is stored before the data. Pointers in row still points to the data so you have to get *(uint*)(data_ptr - sizeof(uint)) to get data length
* | | fix for #1219hf@deer.(none)2003-09-081-7/+9
| | |
* | | fix for #1210hf@deer.(none)2003-09-081-3/+4
|/ /
* | Fix for LOAD DATA to work with embedded libraryhf@deer.(none)2003-09-061-1/+0
| |
* | SCRUM:hf@deer.(none)2003-08-281-1/+1
| | | | | | | | Fixed some mess with STDCALL in function's declarations
* | Merge with 4.0.14monty@mashka.mysql.fi2003-08-111-1/+1
|\ \ | |/
| * WL#912 (more user control on relay logs):guilhem@mysql.com2003-07-061-4/+4
| | | | | | | | | | | | FLUSH LOGS now rotates relay logs, and a new variable max_relay_log_size. Plus a very small bit of code cleaning.
| * Removed not used variablemonty@narttu.mysql.fi2003-05-281-1/+0
| |
| * Fix reference to not initialized memorymonty@narttu.mysql.fi2003-04-301-1/+1
| | | | | | | | Changed handing of priv_host to fix bug in FLUSH PRIVILEGES
| * followup to CURRENT_USER() fixserg@serg.mylan2003-04-291-1/+2
| |
| * Handling of log-error added in embedded serverhf@deer.mysql.r18.ru2003-03-101-0/+15
| |
| * ft_init_stopwords() in embeddedserg@serg.mysql.com2003-01-271-2/+2
| |
* | SCRUM - adding client into embedded serverhf@deer.(none)2003-07-231-3/+7
| | | | | | | | | | error handling fixed fetch_lengths made to work differently in embedded and client cases
* | SCRUMhf@deer.(none)2003-07-181-0/+3
| | | | | | | | | | Including client code into embedded library fixes
* | SCRUMhf@deer.(none)2003-06-191-1/+2
| | | | | | | | | | client code added to the embedded library some fixes
* | SCRUMhf@deer.(none)2003-06-171-26/+6
| | | | | | | | | | | | | | | | client capabilities included into libmysqld some API methods became "virtual" lots of duplicated code removed IMHO all the above made library's code way more pleasant to look at, didn't it?
* | SCRUM:hf@deer.(none)2003-06-031-1/+1
| | | | | | | | splittiln common client's parts
* | CONVERT class was removedbar@bar.mysql.r18.ru2003-03-181-0/+2
| |
* | Fix for using unitialized mutex when running version compiled with --debugmonty@narttu.mysql.fi2003-03-041-6/+0
| |
* | Windows portabilty fixups (last commit caused some errors, so recomitting) - ↵venu@myvenu.com2003-02-201-1/+0
| | | | | | | | SCRUM