Sorry wrong data was in the title. I have got launchpad working finally got
it to recognize my public key. I think my launchpad project link is
bazaar.launchpad.net/~jlukas79/+junk/mysql-server. I think I understand the
Lex. It is a linked list right? With a forward and backward set of pointers
to traverse the chain. I have been trying to look at the Lex setup code. I
noticed that SET X = 10; the command send the Lex to make List(). I was
wondering if this would be better to send to my function or take use the Lex
structure as is.
As implementation I figured since the Lex is essentially a linked list I
would traverse the Lex until the Select statements are reached and break the
linked list. I would then make a List(Set Linked List) and call the set
functions like it is doen normally. I would then find the Select functions
and send to them. I figure during while traversing the Set statement I could
copy the chain of variables that are to be Set this way before I send to the
SET function I could retrieve the variables for GET to reset the values
after I perform the SELECT. Does this sound logical or am I off in how the
Lex is setup?
On 7/3/09 11:02 AM, "Sergei Golubchik" <serg@stripped> wrote:
> Hi, Joseph!
>
> Sorry for the late reply, I've just returned back home yesterday :(
>
> On Jun 28, Joseph Lukas wrote:
>>
>> KEY ACCOMPLISHMENTS LAST WEEK
>> Began looking into the full structure of the Lex and deciding how to pass
>> the information my function. Not too much in this explained later.
>
> Do you want me to explain that part ? What exactly is unclear ?
>
> By the way, you tree is still not on launchpad, right ?
> Can you send me a patch then ?
> This or early next week, please - so that I could look at it before mid
> term evaluation deadline.
>
>> KEY TASKS THAT STALLED LAST WEEK
>> Going through the Lex I managed to screw up some code somehow I have
>> yet to figure out and had to use bazaar to revert the code. Nothing
>> really lost though.
>
> good :)
>
>> On my proposed schedule: Still on schedule
>> Currently at | Develop initial system base :: Est. May 24 - June 30
>> Skeleton Code in place - Done
>> MySQL recognizes empty function command - done already
>> executes minmal test block such as creates output test file - done
>> command set as reserved word - done
>> functions in SQL command - Done
>> verify data sent, and data structure - In-Progress
>
> Great! Just don't forget to send the patch.
>
> Regards / Mit vielen Grüßen,
> Sergei