Re: [Maria-developers] GSoC 2016: Unique indexes for blobs
Hi, Shubham! On Apr 24, Shubham Barai wrote:
Hi Sergei,
I have created github repository with a new branch for my prototype.
Great, what's the url? btw, please, use "Reply to all", so that the whole list could see your progress. Also google recommends you to blog regularly about what you're doing: http://write.flossmanuals.net/gsocstudentguide/time-management-for-students/ but if you don't like that, you can send weekly progress report emails instead. Whatever suits you best. Regards, Sergei Chief Architect MariaDB and security@mariadb.org
Hi Sergei, URL : https://github.com/shubhambaraiss/server.git Actually, I am having Wi-Fi problems. So I haven't cloned the repository locally.Instead, I have replaced files with upload option. Is that okay for now? Regards, Shubham On 24 April 2016 at 12:33, Sergei Golubchik <serg@mariadb.org> wrote:
Hi, Shubham!
On Apr 24, Shubham Barai wrote:
Hi Sergei,
I have created github repository with a new branch for my prototype.
Great, what's the url?
btw, please, use "Reply to all", so that the whole list could see your progress. Also google recommends you to blog regularly about what you're doing:
http://write.flossmanuals.net/gsocstudentguide/time-management-for-students/
but if you don't like that, you can send weekly progress report emails instead. Whatever suits you best.
Regards, Sergei Chief Architect MariaDB and security@mariadb.org
Hi, Shubham! On Apr 24, Shubham Barai wrote:
Hi Sergei,
URL : https://github.com/shubhambaraiss/server.git Actually, I am having Wi-Fi problems. So I haven't cloned the repository locally.Instead, I have replaced files with upload option. Is that okay for now?
There was no need to hurry :) You could've done that when you WiFi problems were solved. It's okay for now, but better not do that in the future. Here are your changes: https://github.com/shubhambaraiss/server/compare/10.1...prototype as you can see, github does not show them. This how it should look: https://github.com/shubhambaraiss/server/compare/293cb049...3f612512 In your case github thinks that you've changed *every line in the file*. It's because you have windows line endings (CRLF) while old file had unix file endings (LF). If you'd committed locally and pushed, then line engings would've been correct (I hope :) because git converts CRLF to LF when you commit (this is how our repository is configured). But when you upload, guthub, apparently, doesn't do that. That's probably a bug in github. That's all not a big deal for a prototype branch. But in the future, please, push normally, with git :) and if you have WiFi problems - don't push at all, wait until you can do that. Btw, could you rename your repository? github.com/MariaDB/server is clear, but shubhambaraiss/server might be a bit confusing. It's under the "Settings" link of your repository. I'd suggest to rename it to MariaDB (https://github.com/shubhambaraiss/MariaDB), but that's up to you, of course. Regards, Sergei Chief Architect MariaDB and security@mariadb.org
Hi Sergei, Here is the link to new repository https://github.com/shubhambaraiss/MariaDB.git As you said, I pushed changes with git. Regards, Shubham On 24 April 2016 at 14:28, Sergei Golubchik <serg@mariadb.org> wrote:
Hi, Shubham!
On Apr 24, Shubham Barai wrote:
Hi Sergei,
URL : https://github.com/shubhambaraiss/server.git Actually, I am having Wi-Fi problems. So I haven't cloned the repository locally.Instead, I have replaced files with upload option. Is that okay for now?
There was no need to hurry :) You could've done that when you WiFi problems were solved.
It's okay for now, but better not do that in the future. Here are your changes:
https://github.com/shubhambaraiss/server/compare/10.1...prototype
as you can see, github does not show them. This how it should look:
https://github.com/shubhambaraiss/server/compare/293cb049...3f612512
In your case github thinks that you've changed *every line in the file*. It's because you have windows line endings (CRLF) while old file had unix file endings (LF). If you'd committed locally and pushed, then line engings would've been correct (I hope :) because git converts CRLF to LF when you commit (this is how our repository is configured). But when you upload, guthub, apparently, doesn't do that. That's probably a bug in github.
That's all not a big deal for a prototype branch. But in the future, please, push normally, with git :) and if you have WiFi problems - don't push at all, wait until you can do that.
Btw, could you rename your repository? github.com/MariaDB/server is clear, but shubhambaraiss/server might be a bit confusing. It's under the "Settings" link of your repository. I'd suggest to rename it to MariaDB (https://github.com/shubhambaraiss/MariaDB), but that's up to you, of course.
Regards, Sergei Chief Architect MariaDB and security@mariadb.org
Hi, Shubham! On Apr 26, Shubham Barai wrote:
Hi Sergei,
Here is the link to new repository
https://github.com/shubhambaraiss/MariaDB.git
As you said, I pushed changes with git.
Cool, thanks! See: https://github.com/shubhambaraiss/MariaDB/commit/5cecbae8 this is very readable now :) Regards, Sergei Chief Architect MariaDB and security@mariadb.org
Hi Sergei, I was trying to debug mysqld using gdb.I used full backtrace option but I didn't get the stack trace for queries that I executed. Could you please help me out with this? Regards, Shubham On 27 April 2016 at 16:57, Sergei Golubchik <serg@mariadb.org> wrote:
Hi, Shubham!
On Apr 26, Shubham Barai wrote:
Hi Sergei,
Here is the link to new repository
https://github.com/shubhambaraiss/MariaDB.git
As you said, I pushed changes with git.
Cool, thanks! See: https://github.com/shubhambaraiss/MariaDB/commit/5cecbae8 this is very readable now :)
Regards, Sergei Chief Architect MariaDB and security@mariadb.org
Hi, Shubham! On Apr 27, Shubham Barai wrote:
Hi Sergei,
I was trying to debug mysqld using gdb.I used full backtrace option but I didn't get the stack trace for queries that I executed. Could you please help me out with this?
Sure, but it's better to do on irc. Ping me on #maria, my nick is serg. Regards, Sergei Chief Architect MariaDB and security@mariadb.org
participants (2)
-
Sergei Golubchik
-
Shubham Barai